mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
优化代码
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 商业版错误 -->
|
||||
<div class="ui icon message error" v-if="plusErr.length > 0">
|
||||
<i class="icon warning circle"></i>
|
||||
{{plusErr}}
|
||||
</div>
|
||||
|
||||
<!-- 没有节点提醒 -->
|
||||
<div class="ui icon message warning" v-if="!isLoading && dashboard.defaultClusterId > 0 && dashboard.countNodes == 0">
|
||||
<i class="icon warning circle"></i>
|
||||
|
||||
Reference in New Issue
Block a user