mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
removes running
This commit is contained in:
@@ -49,10 +49,7 @@ const nextContainer = computed(
|
||||
[
|
||||
...allContainers.value.filter(
|
||||
(c) =>
|
||||
c.host === container.value.host &&
|
||||
c.created > container.value.created &&
|
||||
c.name === container.value.name &&
|
||||
c.state === "running",
|
||||
c.host === container.value.host && c.created > container.value.created && c.name === container.value.name,
|
||||
),
|
||||
].sort((a, b) => +a.created - +b.created)[0],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user