new icons created and added to nav

This commit is contained in:
Trent White
2017-12-13 17:48:44 -05:00
parent a583f92d16
commit e2bbb85daa
53 changed files with 1270 additions and 72 deletions

View File

@@ -60,7 +60,7 @@ export class PluginEditCtrl {
if (model.type === 'app') {
this.navModel.main.children.push({
icon: 'fa fa-fw fa-th-large',
icon: 'gicon gicon-cog',
id: 'config',
text: 'Config',
url: `plugins/${this.model.id}/edit?tab=config`