add new branding view
This commit is contained in:
@@ -129,6 +129,9 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
}).when('/backups', {
|
||||
controller: 'BackupsController',
|
||||
templateUrl: 'views/backups.html?<%= revision %>'
|
||||
}).when('/branding', {
|
||||
controller: 'BrandingController',
|
||||
templateUrl: 'views/branding.html?<%= revision %>'
|
||||
}).when('/graphs', {
|
||||
controller: 'GraphsController',
|
||||
templateUrl: 'views/graphs.html?<%= revision %>'
|
||||
|
||||
Reference in New Issue
Block a user