mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
fix: i am stupid
This commit is contained in:
@@ -128,7 +128,7 @@ export default class DockerIntegration extends Integration<T> {
|
||||
const qp = new URLSearchParams({
|
||||
filters: JSON.stringify(
|
||||
container_name.length > 0
|
||||
? { name: container_name }
|
||||
? { name: [container_name] }
|
||||
: { label: [container_label] },
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user