mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 20:06:34 +08:00
[WAF]规则支持导入导出
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
{$layout}
|
||||
{$template "waf_menu"}
|
||||
|
||||
{$template "waf_menu"}
|
||||
|
||||
<p class="ui message">此功能暂未开放,敬请期待。</p>
|
||||
<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>
|
||||
Reference in New Issue
Block a user