done 2020

This commit is contained in:
nemunaire 2020-02-21 00:16:22 +01:00
parent 7682cae26c
commit 1d2199aaef
6 changed files with 89 additions and 63 deletions

View file

@ -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,