diff options
Diffstat (limited to 'web/html/form/stream/stream_httpupgrade.html')
| -rw-r--r-- | web/html/form/stream/stream_httpupgrade.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/web/html/form/stream/stream_httpupgrade.html b/web/html/form/stream/stream_httpupgrade.html index aa433389..3b2398b6 100644 --- a/web/html/form/stream/stream_httpupgrade.html +++ b/web/html/form/stream/stream_httpupgrade.html @@ -14,13 +14,16 @@ </a-form-item> <a-form-item :wrapper-col="{span:24}"> <a-input-group compact v-for="(header, index) in inbound.stream.httpupgrade.headers"> - <a-input :style="{ width: '50%' }" v-model.trim="header.name" placeholder='{{ i18n "pages.inbounds.stream.general.name"}}'> + <a-input :style="{ width: '50%' }" v-model.trim="header.name" + placeholder='{{ i18n "pages.inbounds.stream.general.name"}}'> <template slot="addonBefore" :style="{ margin: '0' }">[[ index+1 ]]</template> </a-input> - <a-input :style="{ width: '50%' }" v-model.trim="header.value" placeholder='{{ i18n "pages.inbounds.stream.general.value" }}'> - <a-button icon="minus" slot="addonAfter" size="small" @click="inbound.stream.httpupgrade.removeHeader(index)"></a-button> + <a-input :style="{ width: '50%' }" v-model.trim="header.value" + placeholder='{{ i18n "pages.inbounds.stream.general.value" }}'> + <a-button icon="minus" slot="addonAfter" size="small" + @click="inbound.stream.httpupgrade.removeHeader(index)"></a-button> </a-input> </a-input-group> </a-form-item> </a-form> -{{end}} +{{end}}
\ No newline at end of file |
