ソースを参照

Merge branch 'develop' into opencost

Matt Ray 2 年 前
親
コミット
18c830f65d
1 ファイル変更、1 行追加、0 行削除
  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") {