mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +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({
|
const qp = new URLSearchParams({
|
||||||
filters: JSON.stringify(
|
filters: JSON.stringify(
|
||||||
container_name.length > 0
|
container_name.length > 0
|
||||||
? { name: container_name }
|
? { name: [container_name] }
|
||||||
: { label: [container_label] },
|
: { label: [container_label] },
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user