1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-27 22:13:43 +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"
},
{
value: msg.executorsTotal,
value: msg.executorsTotal - msg.executorsBusy,
color: "darkseagreen",
label: "Idle"
}