bug fix to remote backups

This commit is contained in:
usmannasir
2018-08-18 03:56:25 +05:00
parent 930e1a2f8e
commit b22b52da56
3 changed files with 79 additions and 88 deletions

View File

@@ -533,7 +533,7 @@ app.controller('createACLCTRL', function($scope,$http) {
var data = {
aclName : $scope.aclName,
makeAdmin : $scope.makeAdmin = true,
makeAdmin : $scope.makeAdmin,
//
versionManagement : $scope.versionManagement,