fix integration test (#6898)

rename host to hostlist in html template

Signed-off-by: abhishek818 <abhishekguptaatweb17@gmail.com>
This commit is contained in:
abhishek818 2024-08-21 01:24:58 +05:30
parent f2c4cae867
commit 8d9269ffb9

View File

@ -36,7 +36,7 @@
</div>
<div class="required field">
<label for="host">{{ctx.Locale.Tr "admin.auths.host"}}</label>
<input id="host" name="host" value="{{$cfg.Host}}" placeholder="mydomain.com" required>
<input id="host" name="host" value="{{$cfg.HostList}}" placeholder="mydomain.com" required>
</div>
<div class="required field">
<label for="port">{{ctx.Locale.Tr "admin.auths.port"}}</label>