done 2020
This commit is contained in:
parent
7682cae26c
commit
1d2199aaef
6 changed files with 89 additions and 63 deletions
|
@ -304,6 +304,7 @@ angular.module("AdLinApp")
|
|||
}
|
||||
|
||||
$scope.saveNSRR = function(nsrr) {
|
||||
nsrr.values = nsrr.values.join(" ");
|
||||
$http({
|
||||
method: (nsrr.valuesfrom !== undefined)?'PATCH':'POST',
|
||||
url: "/api/ddomains/" + nsrr.domain + "/" + nsrr.rr,
|
||||
|
|
Reference in a new issue