1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

feat: supports grouping containers always (#4272)

This commit is contained in:
Amir Raminfar
2025-12-02 09:50:50 -08:00
committed by GitHub
parent 4ac7bd0f05
commit a9cfa97704
22 changed files with 47 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ type Settings struct {
HourStyle string `json:"hourStyle,omitempty"`
DateLocale string `json:"dateLocale,omitempty"`
Locale string `json:"locale"`
GroupContainers string `json:"groupContainers,omitempty"`
}
type Profile struct {