Home
last modified time | relevance | path

Searched refs:changePriority (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A Dfirmware-list.js24 $scope.changePriority = function(imageId, imageVersion, from, to) {
25 $scope.$parent.changePriority(imageId, imageVersion, from, to);
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js272 $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 Dapi-utils.js1184 changePriority: function(imageId, priority) { method in AnonymousFunction1ea782bb0200.SERVICE