mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-13 13:48:28 +02:00
Fix rollback issue of 9fc5a33 and one issue of #1694
This commit is contained in:
parent
334cb57fed
commit
30858ab038
@ -41,7 +41,7 @@
|
||||
<Uptime :monitor="monitor.element" type="24" :pill="true" />
|
||||
{{ monitor.element.name }}
|
||||
</div>
|
||||
<div v-if="showTag" class="tags">
|
||||
<div v-if="showTags" class="tags">
|
||||
<Tag v-for="tag in monitor.element.tags" :key="tag" :item="tag" :size="'sm'" />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user