mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 12:18:07 +02:00
ACL Manager
This commit is contained in:
@@ -288,8 +288,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
|
||||
data.priority = $scope.priority;
|
||||
data.ttl = $scope.ttl;
|
||||
data.recordType = type;
|
||||
}
|
||||
else if(type === "CAA"){
|
||||
}else if(type === "CAA"){
|
||||
data.selectedZone = $scope.selectedZone;
|
||||
data.recordName = $scope.recordName;
|
||||
data.recordContentCAA = $scope.recordContentCAA;
|
||||
|
||||
Reference in New Issue
Block a user