Skip to content

Commit

Permalink
VmCloud volume detach: Let replace_right_cell turn off the spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam committed Nov 13, 2018
1 parent e1e7030 commit 092dbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ManageIQ.angular.app.controller('vmCloudDetachFormController', ['$scope', 'vmClo
$scope.submitClicked = function() {
miqService.sparkleOn();
var url = '/vm_cloud/detach_volume/' + vmCloudDetachFormId + '?button=detach';
miqService.miqAjaxButton(url, vm.vmCloudModel);
miqService.miqAjaxButton(url, vm.vmCloudModel, {complete: false});
};

$scope.cancelClicked = function() {
Expand Down

0 comments on commit 092dbbe

Please sign in to comment.