From 1afc1e55fb31a0264c4982e4ccb87b84d81afb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Oct 2021 08:54:43 -0300 Subject: [PATCH] core: frontend: App: Add Available Services under tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/frontend/src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/frontend/src/App.vue b/core/frontend/src/App.vue index d81acd4fbf..15859eb287 100644 --- a/core/frontend/src/App.vue +++ b/core/frontend/src/App.vue @@ -188,6 +188,11 @@ export default Vue.extend({ title: 'Tools', icon: 'mdi-hammer-screwdriver', submenus: [ + { + title: 'Available Services', + icon: 'mdi-account-hard-hat', + route: '/available-services', + }, { title: 'Bridges', icon: 'mdi-bridge',