1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: adds labels to fuzzy search dialog (#2649)

This commit is contained in:
Amir Raminfar
2024-01-04 07:47:51 -08:00
committed by GitHub
parent ee4f94ce2e
commit a4026e16e8
7 changed files with 22 additions and 15 deletions

View File

@@ -190,6 +190,7 @@ func (d *Client) ListContainers() ([]Container, error) {
Status: c.Status,
Host: d.host.ID,
Health: findBetweenParentheses(c.Status),
Labels: c.Labels,
}
containers = append(containers, container)
}