Explorar el Código

Merge pull request #2557 from mattray/idle

Add support for showing "__idle__" in the UI
Matt Ray hace 2 años
padre
commit
05110a9c2b
Se han modificado 1 ficheros con 1 adiciones y 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") {