mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-18 18:55:20 +08:00
IP名单增加代号管理
This commit is contained in:
@@ -11,6 +11,13 @@
|
||||
<input type="text" name="name" maxlength="100" ref="focus"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>代号</td>
|
||||
<td>
|
||||
<input type="text" name="code" maxlength="100"/>
|
||||
<p class="comment">可选参数,只能是英文字母、数字、中划线、下划线的组合。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>类型</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user