ux: dashboard settings progress

This commit is contained in:
Torkel Ödegaard
2017-12-11 12:13:45 +01:00
parent 511fa7dec1
commit 09cc60ffe4
6 changed files with 74 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ export class SettingsCtrl {
sections: any[] = [
{title: 'General', id: 'settings', icon: "fa fa-fw fa-sliders"},
{title: 'Annotations', id: 'annotations', icon: "fa fa-fw fa-comment-o"},
{title: 'Templating', id: 'templating', icon: "fa fa-fw fa-dollar"},
{title: 'Variables', id: 'templating', icon: "fa fa-fw fa-dollar"},
{title: 'Links', id: 'links', icon: "fa fa-fw fa-external-link"},
{title: 'Versions', id: 'versions', icon: "fa fa-fw fa-history"},
{title: 'View JSON', id: 'view_json', icon: "fa fa-fw fa-code"},