mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[mod] no green for 'working' apps
This commit is contained in:
parent
9328266231
commit
28bd11fd0a
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue