소스 검색

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") {