diff --git a/src/views/apps.js b/src/views/apps.js index a82298be9..7463da348 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -49,7 +49,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location $scope.appConfigure.location = app.location; $scope.appConfigure.domain = $scope.domains.filter(function (d) { return d.domain === app.domain; })[0]; $scope.appConfigure.portBindingsInfo = app.manifest.tcpPorts || {}; // Portbinding map only for information - $scope. Option = app.accessRestriction ? 'groups' : 'any'; $scope.appConfigure.memoryLimit = app.memoryLimit || app.manifest.memoryLimit || (256 * 1024 * 1024); $scope.appConfigure.xFrameOptions = app.xFrameOptions.indexOf('ALLOW-FROM') === 0 ? app.xFrameOptions.split(' ')[1] : ''; $scope.appConfigure.robotsTxt = app.robotsTxt;