From d0596c060d2be78d5badd739139dcd45f98de5af Mon Sep 17 00:00:00 2001 From: Clement Sam Date: Mon, 30 Aug 2021 08:40:27 +0000 Subject: [PATCH] web/multinode: remove links to empty pages from navigation panel The navigation panel on the multinode dashboard contains links to reputations and notifications pages which are empty and not ready yet. This change removes the links to these empty pages from the navigation panel Change-Id: I4cd386a143ace257904161d76402cd5f66daed7d --- web/multinode/src/app/components/navigation/NavigationArea.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/multinode/src/app/components/navigation/NavigationArea.vue b/web/multinode/src/app/components/navigation/NavigationArea.vue index eefc3199b..103f09d17 100644 --- a/web/multinode/src/app/components/navigation/NavigationArea.vue +++ b/web/multinode/src/app/components/navigation/NavigationArea.vue @@ -59,8 +59,6 @@ export default class NavigationArea extends Vue { new NavigationLink(RouterConfig.Wallets.name, RouterConfig.Wallets.with(RouterConfig.WalletsSummary).path, PayoutsIcon), new NavigationLink(RouterConfig.Payouts.name, RouterConfig.Payouts.path, PayoutsIcon), new NavigationLink(RouterConfig.Bandwidth.name, RouterConfig.Bandwidth.path, TrafficIcon), - new NavigationLink('Reputation', '/reputation', ReputationIcon), - new NavigationLink('Notifications', '/notifications', NotificationIcon), ]; }