Fix storage repair
This commit is contained in:
@@ -1859,7 +1859,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
break;
|
||||
|
||||
case ISTATES.PENDING_DATA_DIR_MIGRATION:
|
||||
repairFunc = Client.configureApp.bind(null, $scope.app.id, 'data_dir', { dataDir: null });
|
||||
repairFunc = Client.configureApp.bind(null, $scope.app.id, 'storage', { storageVolumeId: null, storageVolumePrefix: null });
|
||||
break;
|
||||
|
||||
// this also happens for import faliures. this UI can only show backup listing. use CLI for arbit id/config
|
||||
|
||||
Reference in New Issue
Block a user