2
0
Эх сурвалжийг харах

Add support for showing "__idle__" in the UI

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray 2 жил өмнө
parent
commit
f79eb19da5

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