dns replication

This commit is contained in:
usmannasir
2019-02-04 01:03:18 +05:00
parent 095fa6743b
commit 75c9ef9da9
51 changed files with 1230 additions and 634 deletions

View File

@@ -169,9 +169,13 @@ app.controller('runContainer', function ($scope, $http) {
};
$.each($scope.portType, function (port, protocol) {
data[port + "/" + protocol] = $scope.eport[port];
});
try {
$.each($scope.portType, function (port, protocol) {
data[port + "/" + protocol] = $scope.eport[port];
});
}
catch (err) {
}
var config = {
headers: {