From 0c7b59ed47eaa2f786eedd584d9e4192964931f3 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 28 Aug 2025 10:15:04 +0200 Subject: removed: Allocate --- web/html/form/allocate.html | 15 --------------- web/html/form/inbound.html | 9 --------- web/html/inbounds.html | 3 --- 3 files changed, 27 deletions(-) delete mode 100644 web/html/form/allocate.html (limited to 'web/html') diff --git a/web/html/form/allocate.html b/web/html/form/allocate.html deleted file mode 100644 index aba8d5c9..00000000 --- a/web/html/form/allocate.html +++ /dev/null @@ -1,15 +0,0 @@ -{{define "form/allocate"}} - - - - [[ s ]] - - - - - - - - - -{{end}} diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html index 021a51c7..9554d6aa 100644 --- a/web/html/form/inbound.html +++ b/web/html/form/inbound.html @@ -121,13 +121,4 @@ - - - {{end}} diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 142a167c..b0d9828f 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -1093,7 +1093,6 @@ settings: Inbound.Settings.getSettings(baseInbound.protocol).toString(), streamSettings: baseInbound.stream.toString(), sniffing: baseInbound.sniffing.toString(), - allocate: baseInbound.allocate.toString(), }; await this.submit('/panel/inbound/add', data, inModal); }, @@ -1143,7 +1142,6 @@ data.streamSettings = JSON.stringify({ sockopt: inbound.stream.sockopt.toJson() }, null, 2); } data.sniffing = inbound.sniffing.toString(); - data.allocate = inbound.allocate.toString(); await this.submit('/panel/inbound/add', data, inModal); }, @@ -1167,7 +1165,6 @@ data.streamSettings = JSON.stringify({ sockopt: inbound.stream.sockopt.toJson() }, null, 2); } data.sniffing = inbound.sniffing.toString(); - data.allocate = inbound.allocate.toString(); await this.submit(`/panel/inbound/update/${dbInbound.id}`, data, inModal); }, -- cgit v1.2.3