Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Change url from ui/menu-items to ui/kytos-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
macartur committed Mar 7, 2018
1 parent fd886dc commit bb72b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/kytos/Menubar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
props: ['toggle', 'compacted'],
data() {
return {
url: this.$kytos_server+ 'ui/menu-items',
url: this.$kytos_server+ 'ui/kytos-toolbar',
components: [{'icon': 'desktop', 'name':'mapbox-settings'}],
activeItem: 1
}
Expand Down

0 comments on commit bb72b8e

Please sign in to comment.