[mod] no green for 'working' apps

This commit is contained in:
Laurent Peuch 2016-04-18 23:28:19 +02:00
parent 9328266231
commit 28bd11fd0a

View file

@ -93,7 +93,7 @@ $(document).ready(function () {
} }
if (infos.state === "working") { if (infos.state === "working") {
app_state_bootstrap = "success"; app_state_bootstrap = "default";
} else if (infos.state === "inprogress") { } else if (infos.state === "inprogress") {
app_state_bootstrap = "warning"; app_state_bootstrap = "warning";
} else if (infos.state === "notworking") { } else if (infos.state === "notworking") {