mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-03-02 03:40:21 +00:00
resolves #21: executors graph incorrect after refresh
This commit is contained in:
@@ -152,7 +152,7 @@ const Home = function() {
|
||||
label: "Busy"
|
||||
},
|
||||
{
|
||||
value: msg.executorsTotal,
|
||||
value: msg.executorsTotal - msg.executorsBusy,
|
||||
color: "darkseagreen",
|
||||
label: "Idle"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user