Main page: style alignment

This commit is contained in:
bergware
2019-10-06 09:14:23 +02:00
parent 05cfbfb3c5
commit 0efca040c7
+1 -1
View File
@@ -61,7 +61,7 @@ function status_indicator() {
case 'yellow-on': $orb = 'warning'; $color = 'yellow'; $help = 'Started, array unprotected'; break;
case 'yellow-blink': $orb = 'warning'; $color = 'grey'; $help = 'Stopped'; break;
}
echo "<a class='info nohand' onclick='return false'><i class='fa fa-$orb orb $color-orb'></i><span>$help</span></a>";
echo "<a class='info'><i class='fa fa-$orb orb $color-orb'></i><span>$help</span></a>";
}
function missing_cache() {
global $disks;