Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-28 11:15:04 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-28 11:15:04 +0300
commit0c7b59ed47eaa2f786eedd584d9e4192964931f3 (patch)
tree6729ad8502c390717cc0f86cf13dfc9ca3e6208b /web/html/form/allocate.html
parent3087c1b123f426b7c1306ab634fb84e7943e4217 (diff)
removed: Allocate
Diffstat (limited to 'web/html/form/allocate.html')
-rw-r--r--web/html/form/allocate.html15
1 files changed, 0 insertions, 15 deletions
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"}}
-<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
- <a-form-item label='Strategy'>
- <a-select v-model="inbound.allocate.strategy" :dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option v-for="s in ['always','random']" :value="s">[[ s ]]</a-select-option>
- </a-select>
- </a-form-item>
- <a-form-item label='Refresh'>
- <a-input-number v-model.number="inbound.allocate.refresh" min="0"></a-input-number>
- </a-form-item>
- <a-form-item label='Concurrency'>
- <a-input-number v-model.number="inbound.allocate.concurrency" min="0"></a-input-number>
- </a-form-item>
-</a-form>
-{{end}}