Add volume UI
This commit is contained in:
@@ -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: '/'});
|
||||
}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user