瀏覽代碼

Merge pull request #2557 from mattray/idle

Add support for showing "__idle__" in the UI
Matt Ray 2 年之前
父節點
當前提交
05110a9c2b
共有 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 = {
     const params = {
       window: win,
       window: win,
       aggregate: aggregate,
       aggregate: aggregate,
+      includeIdle: true,
       step: "1d",
       step: "1d",
     };
     };
     if (typeof accumulate === "boolean") {
     if (typeof accumulate === "boolean") {