mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-23 21:25:16 -04:00
Add conditional rendering to description
* Modify Details component * Modify MonitorList component
This commit is contained in:
parent
934d633d4d
commit
fbf2df9e7a
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="info">
|
||||
<Uptime :monitor="item" type="24" :pill="true" />
|
||||
{{ item.name }}
|
||||
<span :title="item.description">
|
||||
<span v-if="item.description" :title="item.description">
|
||||
<font-awesome-icon icon="info-circle" />
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue