summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-20 12:04:54 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 12:04:54 -0300
commitb991582fa9b2d0c4281fd57b3109ef39fbb45dc5 (patch)
tree1ae06ad89bf99a32d149b59426b2043d9c969e5b /src/usr/local/www/status_services.php
parentc8009eee917bdc206aad847460435de8d4a25cb9 (diff)
downloadpfsense-b991582fa9b2d0c4281fd57b3109ef39fbb45dc5.zip
pfsense-b991582fa9b2d0c4281fd57b3109ef39fbb45dc5.tar.gz
Revert "Status / Services - Status Indicator"
This reverts commit 5260817282c47a208be6daf683db0157544b2d08.
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 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