配置更新时立即向集群节点发消息

This commit is contained in:
GoEdgeLab
2020-10-09 12:03:32 +08:00
parent b64089335e
commit c1a4083a87
13 changed files with 36 additions and 39 deletions

View File

@@ -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>