summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-20 01:01:04 -0700
committerRenato Botelho <renato@netgate.com>2016-05-20 11:29:00 -0300
commit5260817282c47a208be6daf683db0157544b2d08 (patch)
treefd896598442a295f17dc2b014ad80e7777777f09 /src/usr/local/www/status_services.php
parentadc90ad9950f712c67880f63db2a25cbd000c25c (diff)
downloadpfsense-5260817282c47a208be6daf683db0157544b2d08.zip
pfsense-5260817282c47a208be6daf683db0157544b2d08.tar.gz
Status / Services - Status Indicator
Use font awesome icons instead of text. Universal recognition eliminates need of text translation. (cherry picked from commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2)
Diffstat (limited to 'src/usr/local/www/status_services.php')
-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