Forráskód Böngészése

Merge branch 'develop' into opencost

Matt Ray 2 éve
szülő
commit
18c830f65d
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      ui/src/services/allocation.js

+ 1 - 0
ui/src/services/allocation.js

@@ -12,6 +12,7 @@ class AllocationService {
     const params = {
       window: win,
       aggregate: aggregate,
+      includeIdle: true,
       step: "1d",
     };
     if (typeof accumulate === "boolean") {