Add volume UI

This commit is contained in:
Girish Ramakrishnan
2020-10-28 16:14:32 -07:00
parent f8f0c50ed8
commit 377c2f678e
6 changed files with 290 additions and 0 deletions
+3
View File
@@ -102,6 +102,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/services', {
controller: 'ServicesController',
templateUrl: 'views/services.html?<%= revision %>'
}).when('/volumes', {
controller: 'VolumesController',
templateUrl: 'views/volumes.html?<%= revision %>'
}).otherwise({ redirectTo: '/'});
}]);