summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-20 01:01:04 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-20 01:01:04 -0700
commite7161dc3b62b306b57c8d094f93c2ec08c9e0af2 (patch)
treef2c356e3747583da5ee39daa19a8e9b76515f431 /src/usr
parent335f1a8977cf0f711c712864379773e410e996a5 (diff)
downloadpfsense-e7161dc3b62b306b57c8d094f93c2ec08c9e0af2.zip
pfsense-e7161dc3b62b306b57c8d094f93c2ec08c9e0af2.tar.gz
Status / Services - Status Indicator
Use font awesome icons instead of text. Universal recognition eliminates need of text translation.
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