From d63ef2338905df0671e3cea62bc66f5764ce1960 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Fri, 15 May 2015 12:48:24 +0530 Subject: [PATCH] Down to down icon, disabled to paused icon and make down icon in red --- html/includes/print-menubar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index b9ca7dc75..c840dd602 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -255,8 +255,8 @@ foreach (dbFetchRows("SELECT * FROM `ports` AS P, `devices` as D WHERE P.`delete } ?> -
  • Down
  • -
  • Disabled
  • +
  • Down
  • +
  • Disabled
  • Deleted ('.$deleted_ports.')'); }