summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-20 12:05:18 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 12:05:18 -0300
commitc805b6e413dc0ecfb4313198e0d0be6c7e08675b (patch)
tree4165b3e36057fc0c2c6c4ae2746f57d8ec8fce60 /src/usr
parent137fe9b612715f5e312b4018e66a223106a4e33d (diff)
downloadpfsense-c805b6e413dc0ecfb4313198e0d0be6c7e08675b.zip
pfsense-c805b6e413dc0ecfb4313198e0d0be6c7e08675b.tar.gz
Revert "Status / Services - Status Indicator"
This reverts commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2.
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 b377351..1753b4f 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 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>'?>
+ <?=$running ? '<span class="text-success">' . gettext("Running") . '</span>':'<span class="text-danger">' . gettext("Stopped") . '</span>'?>
</td>
<td>
<?=get_service_control_links($service)?>
OpenPOWER on IntegriCloud