mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
优化集群没有节点时的提示
This commit is contained in:
7
web/public/js/components/common/not-found-box.js
Normal file
7
web/public/js/components/common/not-found-box.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Vue.component("not-found-box", {
|
||||
props: ["message"],
|
||||
template: `<div style="text-align: center; margin-top: 5em;">
|
||||
<div style="font-size: 2em; margin-bottom: 1em"><i class="icon exclamation triangle large grey"></i></div>
|
||||
<p class="comment">{{message}}</p>
|
||||
</div>`
|
||||
})
|
||||
Reference in New Issue
Block a user