wip
This commit is contained in:
parent
2389857be8
commit
860a7d1eeb
7 changed files with 350 additions and 12 deletions
|
@ -409,6 +409,11 @@ export default Vue.extend({
|
|||
text: this.$t('lists'),
|
||||
to: '/my/lists',
|
||||
icon: faListUl,
|
||||
}, {
|
||||
type: 'link',
|
||||
text: this.$t('groups'),
|
||||
to: '/my/groups',
|
||||
icon: faUsers,
|
||||
}, {
|
||||
type: 'link',
|
||||
text: this.$t('antennas'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue