前端页面
This commit is contained in:
12
EdgeAdmin/web/views/@default/httpdns/apps/delete.html
Normal file
12
EdgeAdmin/web/views/@default/httpdns/apps/delete.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{$layout}
|
||||
|
||||
<second-menu>
|
||||
<a class="item" :href="'/httpdns/apps/domains?appId=' + app.id">{{app.name}}</a>
|
||||
<span class="item disabled" style="padding-left: 0; padding-right: 0">»</span>
|
||||
<div class="item"><strong>删除应用</strong></div>
|
||||
</second-menu>
|
||||
|
||||
<div class="buttons-box">
|
||||
<button class="ui button red" type="button" @click.prevent="deleteApp(app.id)">删除当前应用</button>
|
||||
<p class="comment" style="margin-top: .8em;">包含{{domainCount}}域名</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user