Просмотр исходного кода

Merge pull request #2557 from mattray/idle

Add support for showing "__idle__" in the UI
Matt Ray 2 лет назад
Родитель
Сommit
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 = {
       window: win,
       aggregate: aggregate,
+      includeIdle: true,
       step: "1d",
     };
     if (typeof accumulate === "boolean") {