mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-16 13:33:29 +00:00
render HTML marked-up attributes
This commit is contained in:
parent
e7575af4f3
commit
02d9a0e5e0
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div
|
||||
v-else-if="typeof value === 'string' && (value.includes('http://') || value.includes('https://'))"
|
||||
v-else-if="typeof value === 'string' && /<\/?[a-z][\s\S]*>/i.test(value)"
|
||||
class="link-text"
|
||||
v-html="value"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue