Remove very odd unused line
This commit is contained in:
@@ -49,7 +49,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
|||||||
$scope.appConfigure.location = app.location;
|
$scope.appConfigure.location = app.location;
|
||||||
$scope.appConfigure.domain = $scope.domains.filter(function (d) { return d.domain === app.domain; })[0];
|
$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.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.memoryLimit = app.memoryLimit || app.manifest.memoryLimit || (256 * 1024 * 1024);
|
||||||
$scope.appConfigure.xFrameOptions = app.xFrameOptions.indexOf('ALLOW-FROM') === 0 ? app.xFrameOptions.split(' ')[1] : '';
|
$scope.appConfigure.xFrameOptions = app.xFrameOptions.indexOf('ALLOW-FROM') === 0 ? app.xFrameOptions.split(' ')[1] : '';
|
||||||
$scope.appConfigure.robotsTxt = app.robotsTxt;
|
$scope.appConfigure.robotsTxt = app.robotsTxt;
|
||||||
|
|||||||
Reference in New Issue
Block a user