diff options
Diffstat (limited to 'web/html/xui/form/allocate.html')
| -rw-r--r-- | web/html/xui/form/allocate.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/form/allocate.html b/web/html/xui/form/allocate.html index 8c19d3ec..35527c19 100644 --- a/web/html/xui/form/allocate.html +++ b/web/html/xui/form/allocate.html @@ -1,15 +1,15 @@ {{define "form/allocate"}} <a-divider style="margin:5px 0 0;">Allocate</a-divider> <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label='strategy'> + <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-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-form-item label='Concurrency'> <a-input-number v-model.number="inbound.allocate.concurrency" min="0"></a-input-number> </a-form-item> </a-form> |
