summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-08-06 21:27:21 +0000
committerColin Smith <colin@pfsense.org>2005-08-06 21:27:21 +0000
commita4af71425fe95020ec04f6156cc6f41b3f29ee74 (patch)
tree2557d599d259eae744a27ce3226ed69331703bc0 /usr/local/www/status_services.php
parent90bea2e67ccc3351d61bc7b1063ec95d6b211529 (diff)
downloadpfsense-a4af71425fe95020ec04f6156cc6f41b3f29ee74.zip
pfsense-a4af71425fe95020ec04f6156cc6f41b3f29ee74.tar.gz
Fix field colors.
XXX: Move *all* system services to a service XML file.
Diffstat (limited to 'usr/local/www/status_services.php')
-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