mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 01:57:52 +02:00
design overhaul
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