feat: add remark in proxy hosts list

This commit is contained in:
GodD6366 2024-09-17 17:28:35 +08:00
parent 8dbd14d5e1
commit 3e969fdbeb

View file

@ -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>