Searched refs:changePriority (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-webui/app/common/directives/ |
H A D | firmware-list.js | 24 $scope.changePriority = function(imageId, imageVersion, from, to) { 25 $scope.$parent.changePriority(imageId, imageVersion, from, to);
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.js | 272 $scope.changePriority = function(imageId, imageVersion, from, to) { function 282 APIUtils.changePriority($scope.priority_image_id, $scope.priority_to)
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 1184 changePriority: function(imageId, priority) { method in AnonymousFunction1ea782bb0200.SERVICE
|