summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-20 11:28:52 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 11:28:52 -0300
commitc5af3a306803e4a846296a1fe35fa59c1b7f2b57 (patch)
treeeff4cb424ea6876a0a098dd88c0f603513ca44b6 /src/usr
parented285109ac0c21d53d10e1249ac7cd1072965710 (diff)
parente7161dc3b62b306b57c8d094f93c2ec08c9e0af2 (diff)
downloadpfsense-c5af3a306803e4a846296a1fe35fa59c1b7f2b57.zip
pfsense-c5af3a306803e4a846296a1fe35fa59c1b7f2b57.tar.gz
Merge pull request #2972 from NOYB/Status_/_Services_-_Status_Indicator
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_services.php b/src/usr/local/www/status_services.php
index 1753b4f..b377351 100755
--- a/src/usr/local/www/status_services.php
+++ b/src/usr/local/www/status_services.php
@@ -155,7 +155,7 @@ if (count($services) > 0) {
}
?>
<td>
- <?=$running ? '<span class="text-success">' . gettext("Running") . '</span>':'<span class="text-danger">' . gettext("Stopped") . '</span>'?>
+ <?=$running ? '<span class="text-success fa fa-circle-o-notch fa-spin fa-lg fa-fw"></span><span class="text-success fa fa-thumbs-o-up fa-lg fa-fw"></span>':'<span class="text-danger fa fa-circle-o-notch fa-lg fa-fw"></span><span class="text-danger fa fa-thumbs-o-down fa-lg fa-fw"></span>'?>
</td>
<td>
<?=get_service_control_links($service)?>
OpenPOWER on IntegriCloud