2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 发布v2.3.16

This commit is contained in:
耗子
2024-10-31 03:34:02 +08:00
parent f01afacf34
commit 85bd71aefe
6 changed files with 21 additions and 2 deletions

View File

@@ -79,6 +79,10 @@ func (r *containerRepo) ListAll() ([]types.Container, error) {
})
}
slices.SortFunc(containers, func(a types.Container, b types.Container) int {
return strings.Compare(a.Name, b.Name)
})
return containers, nil
}