mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Main page: style alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user