Merge "fix use of Horizon's registration service"

This commit is contained in:
Jenkins 2016-08-17 00:38:13 +00:00 committed by Gerrit Code Review
commit ccc26067fb

View File

@ -66,7 +66,7 @@
////////// //////////
function init() { function init() {
registry.initActions(type, $scope); ctrl.resourceType.initActions($scope);
zaqar.getQueues().then(showQueues); zaqar.getQueues().then(showQueues);
} }