Skip to content

Commit

Permalink
core: frontend: App: Add Available Services under tools
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Oct 15, 2021
1 parent 5af298d commit 1afc1e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1afc1e5

Please sign in to comment.