edit applications link in app dropdown
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
});
|
||||
|
||||
this.applicationItems.push({
|
||||
name: 'Add new application...',
|
||||
name: 'Add new application',
|
||||
icon: 'fth-plus',
|
||||
action: (item, opts) =>
|
||||
{
|
||||
@@ -124,6 +124,18 @@
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
this.applicationItems.push({
|
||||
name: 'Manage apps',
|
||||
icon: 'fth-edit-2',
|
||||
action: (item, opts) =>
|
||||
{
|
||||
opts.hide();
|
||||
this.$router.push({
|
||||
name: zero.alias.sections.settings + '-' + zero.alias.settings.applications
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user