Commit 94729745 by Torkel Ödegaard

change(apps): config tab is now default for app plugins, fixes #4573

parent f1ff0449
...@@ -47,6 +47,7 @@ export class PluginEditCtrl { ...@@ -47,6 +47,7 @@ export class PluginEditCtrl {
}); });
if (this.model.type === 'app') { if (this.model.type === 'app') {
this.tabIndex = 1;
this.tabs.push('Config'); this.tabs.push('Config');
this.hasDashboards = _.findWhere(result.includes, {type: 'dashboard'}); this.hasDashboards = _.findWhere(result.includes, {type: 'dashboard'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment