1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: removes tag if not there for level (#3242)

This commit is contained in:
Amir Raminfar
2024-08-29 08:59:50 -07:00
committed by GitHub
parent 9ea7024c2a
commit d13163b0d9
4 changed files with 17 additions and 14 deletions

View File

@@ -50,14 +50,14 @@
</div>
<DistanceTime :date="result.item.created" class="text-xs font-light" />
<a
<span
@click.stop.prevent="addColumn(result.item)"
:title="$t('tooltip.pin-column')"
class="hover:text-secondary"
>
<ic:sharp-keyboard-return v-if="index === selectedIndex" />
<cil:columns v-else />
</a>
<cil:columns v-else-if="result.item.type === 'container'" />
</span>
</a>
</li>
</ul>