From d8ed9328d7924c91d4cef20584facd119e55a85f Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Wed, 7 Oct 2015 09:05:06 -0400 Subject: Fixed #5277 --- src/usr/local/www/head.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/head.inc') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 2621cc0..a6b1d9d 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -447,7 +447,7 @@ if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) { } if (!empty($ssvc)) { // echo '
  • '. get_service_status_icon($ssvc, false). '
  • '; TODO: Add missing function - echo '
  • '. get_service_control_links($ssvc, false). '
  • '; + echo '
  • '. get_service_control_GET_links($ssvc, false). '
  • '; } } -- cgit v1.1