feat: add remark in proxy hosts list
This commit is contained in:
parent
8dbd14d5e1
commit
3e969fdbeb
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
<div class="col-sm-12 col-md-12">
|
||||
<div class="form-group">
|
||||
<label class="form-label"><%- i18n('proxy-hosts', 'remark') %></label>
|
||||
<input type="text" name="remark" class="form-control text-monospace" placeholder="" value="<%- remark %>" autocomplete="off" maxlength="255" required>
|
||||
<input type="text" name="remark" class="form-control text-monospace" placeholder="" value="<%- remark %>" autocomplete="off" maxlength="200">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue