mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 16:50:26 +08:00
17 lines
649 B
HTML
17 lines
649 B
HTML
{$layout "layout_popup"}
|
||
|
||
<h3>添加需要删除的Header</h3>
|
||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||
<input type="hidden" name="headerPolicyId" :value="headerPolicyId"/>
|
||
<table class="ui table definition selectable">
|
||
<tr>
|
||
<td class="title">名称<em>(Name)</em></td>
|
||
<td>
|
||
<input type="text" name="name" maxlength="100" ref="focus"/>
|
||
<p class="comment">请注意名称的大小写,如无特殊需求,Header名称的格式通常为<code-label>Xxx</code-label>或者<code-label>Xxx-Yyy</code-label>。</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<submit-btn></submit-btn>
|
||
</form>
|