summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_services.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_services.php')
-rwxr-xr-xsrc/usr/local/www/status_services.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/status_services.php b/src/usr/local/www/status_services.php
index 0d07695..a2a805d 100755
--- a/src/usr/local/www/status_services.php
+++ b/src/usr/local/www/status_services.php
@@ -104,8 +104,9 @@ if ($_GET['batch']) {
$pgtitle = array(gettext("Status"), gettext("Services"));
include("head.inc");
-if ($savemsg)
+if ($savemsg) {
print_info_box($savemsg, 'success');
+}
$services = get_services();
@@ -195,7 +196,7 @@ if (count($services) > 0) {
?>
<script type="text/javascript">
//<![CDATA[
-events.push(function(){
+events.push(function() {
// If a restart button is clicked, populate the hidden inputs and submit the form (via POST)
$('[id^=restartservice-]').click(function(event) {
$('#mode').val('restartservice');
OpenPOWER on IntegriCloud