[BREAKING] Changer Config.Server.Buckets à un map[string]string #98

Merged
vlbeaudoin merged 4 commits from feature/config-bucket-displayname into main 2023-08-15 16:02:10 -04:00
Showing only changes of commit 58d7c7890b - Show all commits

View file

@ -12,8 +12,9 @@
<p>
{{ range . }}
{{ $bucket_name := .Name }}
{{ $bucket_display_name := .DisplayName }}
<details>
<summary>{{ $bucket_name }}</summary>
<summary>{{ $bucket_display_name }}</summary>
<ul>
{{ range .Documents }}