diff options
Diffstat (limited to 'includes/components/navigation.inc')
-rw-r--r-- | includes/components/navigation.inc | 32 |
1 files changed, 8 insertions, 24 deletions
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 @@ -142,6 +142,14 @@ $navigation_admin = [ "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", "invert" => true, @@ -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 ] ] ], |