mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-29 01:35:22 +08:00
实现公用的IP名单
This commit is contained in:
12
web/views/@default/servers/iplists/items.html
Normal file
12
web/views/@default/servers/iplists/items.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{$layout}
|
||||
{$template "list_menu"}
|
||||
|
||||
<second-menu>
|
||||
<menu-item @click.prevent="createIP">[创建IP]</menu-item>
|
||||
</second-menu>
|
||||
|
||||
<p class="comment" v-if="items.length == 0">暂时还没有IP。</p>
|
||||
|
||||
<ip-list-table v-if="items.length > 0" :v-items="items" @update-item="updateItem" @delete-item="deleteItem"></ip-list-table>
|
||||
|
||||
<div class="page" v-html="page"></div>
|
||||
Reference in New Issue
Block a user