Add remount button for mountlike backup configs
This commit is contained in:
@@ -70,7 +70,7 @@ angular.module('Application').controller('VolumesController', ['$scope', '$locat
|
||||
$timeout(function () {
|
||||
volume.remounting = false;
|
||||
refreshVolumes(function (error) { if (error) console.error('Failed to refresh volume states.', error); });
|
||||
}, 3000);
|
||||
}, 2000);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user