Explorar o código

Merge pull request #2557 from mattray/idle

Add support for showing "__idle__" in the UI
Matt Ray %!s(int64=2) %!d(string=hai) anos
pai
achega
05110a9c2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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") {