mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
parent
5af01d2436
commit
c9439eafa2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default function Component({ service }) {
|
|||
}
|
||||
|
||||
const { data } = clusterData ;
|
||||
const vms = data.filter(item => item.type === "qemu") || [];
|
||||
const vms = data.filter(item => item.type === "qemu" && item.template === 0) || [];
|
||||
const lxc = data.filter(item => item.type === "lxc" && item.template === 0) || [];
|
||||
const nodes = data.filter(item => item.type === "node") || [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue