mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
dns replication
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user