Lines Matching +full:activate +full:- +full:to +full:- +full:activate
20 // Scroll to target anchor
37 $scope.priority_from = -1;
38 $scope.priority_to = -1;
42 $scope.activate = {reboot: true}; class in $scope
71 console.log('Image failed to activate: ', imageStateFailed);
72 toastService.error('Image failed to activate.');
83 if ((now.getTime() - startTime.getTime()) >=
89 'Time out. Image did not activate in allotted time.');
104 toastService.error('Unable to activate image');
114 toastService.error('Unable to activate image');
117 if ($scope.activate.reboot &&
125 toastService.error('Unable to reboot BMC.');
128 if ($scope.activate.reboot &&
193 toastService.error('Unable to upload image file');
198 // TODO: openbmc/openbmc#1691 Add support to return
207 if ((now.getTime() - startTime.getTime()) >=
272 $scope.changePriority = function(imageId, imageVersion, from, to) { argument
276 $scope.priority_to = to;
286 toastService.error('Unable to update boot priority');
303 toastService.error('Unable to delete image');