1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

feat: adds action toolbar for groups, services and stacks (#3190)

This commit is contained in:
Amir Raminfar
2024-08-10 13:35:56 -07:00
committed by GitHub
parent ffc4559047
commit 69fb227519
6 changed files with 93 additions and 5 deletions

View File

@@ -389,8 +389,6 @@ func newContainerFromJSON(c types.ContainerJSON, host string) Container {
group = c.Config.Labels["dev.dozzle.group"]
}
log.Debugf("newContainerFromJSON: %s", c.Config.Image)
container := Container{
ID: c.ID[:12],
Name: name,