mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-30 23:00:33 +08:00
配置更新时立即向集群节点发消息
This commit is contained in:
@@ -14,10 +14,7 @@
|
||||
</thead>
|
||||
<tr v-for="log in logs">
|
||||
<td>
|
||||
<span :class="{red:log.level == 'error', yellow:log.level == 'warning'}">
|
||||
<span v-if="!log.isToday">[{{log.createdTime}}]</span>
|
||||
<strong v-if="log.isToday">[{{log.createdTime}}]</strong>
|
||||
[{{log.tag}}]{{log.description}}</span>
|
||||
<pre class="log-box"><span :class="{red:log.level == 'error', yellow:log.level == 'warning'}"><span v-if="!log.isToday">[{{log.createdTime}}]</span><strong v-if="log.isToday">[{{log.createdTime}}]</strong>[{{log.tag}}]{{log.description}}</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user