From 704e1c22efe6056b0fc2f59b2766f47e1c8d71cc Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 3 Apr 2023 22:22:48 +0200 Subject: Updated 19 files and added 12 files (automated) --- includes/components/navigation.inc | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'includes/components/navigation.inc') diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index 29168ec..4f7a51f 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -141,6 +141,14 @@ $navigation_admin = [ "stepped" => null, "private" => true ], + [ + "name" => $pages["contacts"]["name"][$lang["_name"]], + "icon" => "/assets/icons/contacts.svg", + "invert" => true, + "link" => "/-/contacts", + "stepped" => null, + "private" => true + ], [ "name" => $pages["schedules"]["name"][$lang["_name"]], "icon" => "/assets/icons/schedules.svg", @@ -310,14 +318,6 @@ $navigation_cloudburst = [ "link" => "/cloudburst/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/cloudburst/-/compare", - "stepped" => null, - "private" => false ] ] ], @@ -353,14 +353,6 @@ $navigation_other = [ "link" => "/" . $app["other"]["slug"] . "/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/" . $app["other"]["slug"] . "/-/compare", - "stepped" => null, - "private" => false ] ] ], @@ -396,14 +388,6 @@ $navigation_raindrops = [ "link" => "/raindrops/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/raindrops/-/compare", - "stepped" => null, - "private" => false ] ] ], -- cgit