Browse Source

Update left side bar to show members page

pull/341/head
Hironsan 5 years ago
parent
commit
1faec52858
1 changed files with 2 additions and 2 deletions
  1. 4
      frontend/components/project/SideBarLeft.vue

4
frontend/components/project/SideBarLeft.vue

@ -66,8 +66,8 @@ export default {
// { icon: 'lightbulb_outline', text: 'Start Labeling' }, // { icon: 'lightbulb_outline', text: 'Start Labeling' },
{ divider: true }, { divider: true },
{ icon: 'mdi-database', text: 'Dataset', link: 'dataset' }, { icon: 'mdi-database', text: 'Dataset', link: 'dataset' },
{ icon: 'person', text: 'User', link: 'users' },
{ icon: 'label', text: 'Label', link: 'labels' },
{ icon: 'label', text: 'Labels', link: 'labels' },
{ icon: 'person', text: 'Members', link: 'members' },
{ divider: true }, { divider: true },
// { heading: 'Labels' }, // { heading: 'Labels' },
// { icon: 'add', text: 'Create new label', link: 'labels' }, // { icon: 'add', text: 'Create new label', link: 'labels' },

Loading…
Cancel
Save