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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user