Fix bucket dashboard missing created date and incorrect object count badge in folder view

This commit is contained in:
2026-03-09 15:27:08 +08:00
parent 6c912a3d71
commit 80b77b64eb
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
</div>
<div>
<h5 class="bucket-name text-break">{{ bucket.meta.name }}</h5>
<small class="text-muted">Created {{ bucket.meta.created_at | format_datetime }}</small>
<small class="text-muted">Created {{ bucket.meta.creation_date | format_datetime }}</small>
</div>
</div>
<span class="badge {{ bucket.access_badge }} bucket-access-badge">{{ bucket.access_label }}</span>