diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 15:37:57 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 15:37:57 +0300 |
| commit | 9e13513205e86c910721ebcbd459e9de53de9b47 (patch) | |
| tree | a971a169cc04536e398140e01d059926c66d6eed | |
| parent | b09f52357ccd84f201b600079577051f7ba0473a (diff) | |
Temporarily disabled Allocate
| -rw-r--r-- | web/html/xui/form/inbound.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 3a3b352f..ea5dc9ef 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -122,10 +122,12 @@ </a-collapse> <!-- allocate --> +<!-- Temporarily disabled until we accepts range for port allocation <a-collapse> <a-collapse-panel header='Allocate'> {{template "form/allocate"}} </a-collapse-panel> </a-collapse> +--> {{end}} |
