diff options
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 383105ac..e5b3bfc3 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -1,12 +1,13 @@ {{define "form/inbound"}} <!-- base --> <a-form layout="inline"> - <a-form-item label='{{ i18n "remark" }}'> - <a-input v-model.trim="dbInbound.remark"></a-input> - </a-form-item> <a-form-item label='{{ i18n "enable" }}'> <a-switch v-model="dbInbound.enable"></a-switch> </a-form-item> + <br> + <a-form-item label='{{ i18n "remark" }}'> + <a-input v-model.trim="dbInbound.remark"></a-input> + </a-form-item> <a-form-item label='{{ i18n "protocol" }}'> <a-select v-model="inbound.protocol" style="width: 160px;" :disabled="isEdit" :dropdown-class-name="themeSwitcher.darkCardClass"> <a-select-option v-for="p in Protocols" :key="p" :value="p">[[ p ]]</a-select-option> |
