Ver Fonte

Merge branch 'develop' into opencost

Matt Ray há 2 anos atrás
pai
commit
18c830f65d
1 ficheiros alterados com 1 adições e 0 exclusões
  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") {