mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-28 10:56:08 +08:00
IP名单新增IPv6和所有IP两种类型
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
<a href="" class="item" @click.prevent="createGroup(type)">[添加分组]</a>
|
||||
</second-menu>
|
||||
|
||||
<p class="ui message warning" v-if="!wafIsOn">当前WAF未启用,设置将在<a :href="'/servers/server/settings/waf?serverId=' + serverId">[启用]</a>后生效。</p>
|
||||
|
||||
<p class="comment" v-if="groups.length == 0">暂时还没有规则分组。</p>
|
||||
|
||||
<table class="ui table selectable celled" v-if="groups.length > 0" id="sortable-table">
|
||||
|
||||
Reference in New Issue
Block a user