节点IP增加是否启用、是否在线状态

This commit is contained in:
GoEdgeLab
2021-08-18 09:24:03 +08:00
parent 99c0b58924
commit 55192c6f7b
13 changed files with 70 additions and 16 deletions

View File

@@ -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>`
})