From d9b4babc6f6f578ccbe99ac54ada3da65ec5da93 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Fri, 15 May 2015 12:44:29 +0530 Subject: [PATCH] Probably better to change Add Server icon to fa-plus --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 9b2d2639e..b9ca7dc75 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -143,7 +143,7 @@ if ($config['show_locations']) echo('
  • Manage Groups
  • -
  • Add Device
  • +
  • Add Device
  • Delete Device
  • '); }