fix: i am stupid
This commit is contained in:
parent
d25e5fd883
commit
cc0c7fa61d
1 changed files with 1 additions and 1 deletions
|
|
@ -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] },
|
||||
),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue