From 069727431162f7c8bebd4cce8f36415f7b4e35b8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 29 Jun 2018 23:35:56 +0200 Subject: [PATCH] Remove very odd unused line --- src/views/apps.js | 1 - 1 file changed, 1 deletion(-) 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;