1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-28 22:40:45 +00:00

resolves #21: executors graph incorrect after refresh

This commit is contained in:
Oliver Giles 2017-12-02 19:10:00 +02:00
parent 288b950f9e
commit 07c024e6ed

View File

@ -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"
} }