changed label color of inactive mode
This commit is contained in:
parent
d981c6c9c6
commit
1b8d89bf56
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function showMode($mode, $mmdvmconfigs) {
|
|||
if (getEnabled($mode, $mmdvmconfigs) == 1) {
|
||||
echo "label-success";
|
||||
} else {
|
||||
echo "label-danger";
|
||||
echo "label-default";
|
||||
}
|
||||
?>"><?php echo $mode ?></span></td>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue