summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 4725418..727baf4 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -148,7 +148,7 @@ if($services) {
echo '<tr><td class="listlr">' . $service['name'] . '</td>';
echo '<td class="listlr">' . $service['description'] . '</td>';
if(is_service_running($service['name'], $ps) or is_process_running($service['name']) ) {
- echo '<td class="listbg"><font color="white">Running</td><td><img src="/themes/{$g["theme"]/images/icons/icon_pass.gif"></td>';
+ echo '<td class="listlr">Running</td><td><img src="/themes/{$g["theme"]/images/icons/icon_pass.gif"></td>';
$running = true;
} else {
echo '<td class="listbg"><font color="white">Stopped</td><td><img src="/themes/{$g["theme"]/images/icons/icon_block.gif"></td>';
OpenPOWER on IntegriCloud