changed label color of inactive mode

This commit is contained in:
dg9vh 2016-05-10 15:15:26 +02:00
parent d981c6c9c6
commit 1b8d89bf56

View file

@ -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