mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-07 13:40:24 +08:00
优化界面
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</thead>
|
||||
<tr v-for="item in items">
|
||||
<td>
|
||||
{{item.name}}
|
||||
<a :href="'/servers/metrics/item?itemId=' + item.id">{{item.name}}</a>
|
||||
<div style="margin-top: 0.3em" v-if="item.isPublic || item.code.length > 0">
|
||||
<span class="ui label olive tiny basic" v-if="item.isPublic">公用</span>
|
||||
<span class="ui label olive tiny basic" v-if="item.code.length > 0">内置</span>
|
||||
|
||||
Reference in New Issue
Block a user