mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
add archive indicator
This commit is contained in:
parent
eff6b56c9f
commit
2e03074b80
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<h2 class="card-title">
|
<h2 class="card-title">
|
||||||
<Icon name="mdi-package-variant" />
|
<Icon name="mdi-package-variant" />
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
|
<Icon v-if="item.archived" class="ml-auto" name="mdi-archive-outline" />
|
||||||
</h2>
|
</h2>
|
||||||
<p>{{ description }}</p>
|
<p>{{ description }}</p>
|
||||||
<div class="flex gap-2 flex-wrap justify-end">
|
<div class="flex gap-2 flex-wrap justify-end">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue