mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 08:40:26 +08:00
16 lines
458 B
HTML
16 lines
458 B
HTML
{$layout}
|
|
{$template "waf_menu"}
|
|
|
|
<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> |