design overhaul

This commit is contained in:
usmannasir
2019-02-03 13:37:14 +05:00
parent 7f47715043
commit 9c983fe04b
159 changed files with 31749 additions and 17427 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: {