apps: remove port min/max tooltip

min should also be 1, otherwise you cannot go back to say port 53
This commit is contained in:
Girish Ramakrishnan
2024-08-20 18:16:57 +02:00
parent cebaa71ce1
commit 44011afd14
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.diskUsageDate = 0;
$scope.APP_TYPES = APP_TYPES;
$scope.HOST_PORT_MIN = 1024;
$scope.HOST_PORT_MIN = 1;
$scope.HOST_PORT_MAX = 65535;
$scope.ROBOTS_DISABLE_INDEXING_TEMPLATE = '# Disable search engine indexing\n\nUser-agent: *\nDisallow: /';