mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
节点IP增加是否启用、是否在线状态
This commit is contained in:
@@ -22,3 +22,9 @@ Vue.component("tiny-basic-label", {
|
||||
Vue.component("micro-basic-label", {
|
||||
template: `<span class="ui label tiny basic" style="margin-bottom: 0.5em; font-size: 0.7em; padding: 4px"><slot></slot></span>`
|
||||
})
|
||||
|
||||
|
||||
// 灰色的Label
|
||||
Vue.component("grey-label", {
|
||||
template: `<span class="grey small"><slot></slot></span>`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user