Files
EdgeAdmin/web/views/@default/servers/server/settings/headers/createNonStandardPopup.html

17 lines
562 B
HTML
Raw Normal View History

2023-05-19 19:52:10 +08:00
{$layout "layout_popup"}
<h3>添加非标报头</h3>
2023-05-19 19:52:10 +08:00
<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>
2023-05-19 19:52:10 +08:00
<td>
<input type="text" name="name" maxlength="100" ref="focus" v-model="headerName"/>
<p class="comment">比如<code-label>hello_world</code-label></p>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>