mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-05 07:55:13 -04:00
Styling for tags
This commit is contained in:
parent
5e6d945095
commit
9143b73f84
2 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
|
||||
<Uptime :monitor="monitor.element" type="24" :pill="true" />
|
||||
{{ monitor.element.name }}
|
||||
|
||||
</div>
|
||||
<div class="tags">
|
||||
<Tag v-for="tag in monitor.element.tags" :key="tag" :item="tag" :size="'sm'" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue