mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-30 17:00:26 +08:00
数据看板和节点看板都改成异步加载
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<td>
|
||||
<label-on :v-is-on="node.isOn"></label-on>
|
||||
|
||||
<div v-if="status != null" style="margin-top: 0.8em">
|
||||
<div v-if="node.isOn && status != null" style="margin-top: 0.8em">
|
||||
<div v-if="status.isOk">
|
||||
<p class="comment">
|
||||
<span v-if="status.version.length > 0">版本: v{{status.version}} /</span>
|
||||
|
||||
Reference in New Issue
Block a user