mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
resolves #21: executors graph incorrect after refresh
This commit is contained in:
parent
288b950f9e
commit
07c024e6ed
@ -152,7 +152,7 @@ const Home = function() {
|
|||||||
label: "Busy"
|
label: "Busy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: msg.executorsTotal,
|
value: msg.executorsTotal - msg.executorsBusy,
|
||||||
color: "darkseagreen",
|
color: "darkseagreen",
|
||||||
label: "Idle"
|
label: "Idle"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user