clean up s3 bucket references

This commit is contained in:
chrislu
2025-07-01 08:41:53 -07:00
parent 1defee3d68
commit 5c2b2e5513
14 changed files with 26 additions and 617 deletions

View File

@@ -154,7 +154,7 @@ templ FileBrowser(data dash.FileBrowserData) {
if data.CurrentPath == "/" {
Root Directory
} else if data.CurrentPath == "/buckets" {
S3 Buckets Directory
Object Store Buckets Directory
<a href="/object-store/buckets" class="btn btn-sm btn-outline-primary ms-2">
<i class="fas fa-cube me-1"></i>Manage Buckets
</a>