Files
EdgeAdmin/web/views/@default/servers/components/waf/import.html

16 lines
458 B
HTML
Raw Normal View History

2020-10-07 11:18:07 +08:00
{$layout}
2020-12-02 16:09:23 +08:00
{$template "waf_menu"}
2020-10-07 11:18:07 +08:00
2020-12-02 16:09:23 +08:00
<form method="post" class="ui form" data-tea-success="success" data-tea-action="$">
<csrf-token></csrf-token>
<input type="hidden" name="firewallPolicyId" :value="firewallPolicyId"/>
<table class="ui table definition selectable">
<tr>
<td class="title">选择要倒入的规则文件</td>
<td>
<input type="file" name="file" accept=".json"/>
</td>
</tr>
</table>
<submit-btn>导入</submit-btn>
</form>