mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-08 08:25:22 +08:00
实现公用的IP名单
This commit is contained in:
13
web/views/@default/servers/iplists/export.html
Normal file
13
web/views/@default/servers/iplists/export.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{$layout}
|
||||
{$template "list_menu"}
|
||||
|
||||
<div class="margin"></div>
|
||||
<form class="ui form">
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">说明</td>
|
||||
<td>导出所有的IP</td>
|
||||
</tr>
|
||||
</table>
|
||||
<a :href="'/servers/iplists/exportData?listId=' + list.id" class="ui button primary">导出</a>
|
||||
</form>
|
||||
Reference in New Issue
Block a user