forked from extern/homer
Removed number fudging used for testing
This commit is contained in:
parent
a1a70d4a3c
commit
edd2c9ce2d
@ -48,7 +48,7 @@ export default {
|
||||
}
|
||||
return this.containers.filter((container) => {
|
||||
return container.State.toLowerCase() === "dead";
|
||||
}).length || 1;
|
||||
}).length;
|
||||
},
|
||||
misc: function () {
|
||||
if (!this.containers) {
|
||||
|
Loading…
Reference in New Issue
Block a user