mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-10 07:57:06 +08:00
在网站WAF中,可以导出和导入规则集代码,优化修改规则集交互
This commit is contained in:
10
web/views/@default/servers/components/waf/setCodePopup.html
Normal file
10
web/views/@default/servers/components/waf/setCodePopup.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3>规则集 “{{setName}}” 代码</h3>
|
||||
|
||||
<form class="ui form" data-tea-action="$">
|
||||
<textarea rows="13">{{code}}</textarea>
|
||||
<p class="comment">你可以将此段代码复制并在创建规则集的时候使用。</p>
|
||||
|
||||
<button class="ui button" type="button" @click.prevent="closePopup">关闭窗口</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user