move dns and certs to own view

This commit is contained in:
Girish Ramakrishnan
2015-11-04 17:04:55 -08:00
parent bd2982ea69
commit b232255170
6 changed files with 274 additions and 258 deletions

View File

@@ -31,6 +31,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/graphs', {
controller: 'GraphsController',
templateUrl: 'views/graphs.html'
}).when('/certs', {
controller: 'CertsController',
templateUrl: 'views/certs.html'
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html'