diff options
Diffstat (limited to 'web/html/form/protocol/http.html')
| -rw-r--r-- | web/html/form/protocol/http.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/html/form/protocol/http.html b/web/html/form/protocol/http.html index fb1d74b0..dd0512f5 100644 --- a/web/html/form/protocol/http.html +++ b/web/html/form/protocol/http.html @@ -5,7 +5,8 @@ <td width="45%">{{ i18n "username" }}</td> <td width="45%">{{ i18n "password" }}</td> <td> - <a-button icon="plus" size="small" @click="inbound.settings.addAccount(new Inbound.HttpSettings.HttpAccount())"></a-button> + <a-button icon="plus" size="small" + @click="inbound.settings.addAccount(new Inbound.HttpSettings.HttpAccount())"></a-button> </td> </tr> </table> @@ -23,4 +24,4 @@ <a-switch v-model="inbound.settings.allowTransparent" /> </a-form-item> </a-form> -{{end}} +{{end}}
\ No newline at end of file |
