mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-02 11:07:21 +01:00
feat: display item labels in the details page (#387)
Some checks failed
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Docker publish rootless / build-rootless (push) Has been cancelled
Docker publish / build (push) Has been cancelled
Update Currencies / update-currencies (push) Has been cancelled
Some checks failed
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Docker publish rootless / build-rootless (push) Has been cancelled
Docker publish / build (push) Has been cancelled
Update Currencies / update-currencies (push) Has been cancelled
Co-authored-by: zebrapurring <>
This commit is contained in:
@@ -480,6 +480,9 @@
|
||||
<h1 class="text-wrap pb-1 text-2xl">
|
||||
{{ item ? item.name : "" }}
|
||||
</h1>
|
||||
<div class="flex flex-wrap gap-2 pb-1">
|
||||
<LabelChip v-for="label in item?.labels || []" :key="label.id" :label="label" size="sm" />
|
||||
</div>
|
||||
<div class="flex flex-wrap gap-1 text-wrap text-xs">
|
||||
<div>
|
||||
Created
|
||||
|
||||
Reference in New Issue
Block a user