Skip to content

Commit

Permalink
Insert content as rawHTML instead of textContent
Browse files Browse the repository at this point in the history
  • Loading branch information
mtthp committed Jun 3, 2020
1 parent cac668c commit 4cfd00b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/components/Tile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
{{ message }}
</div>

<div class="c-monitoror-tile--value" v-if="displayedValue">
{{ displayedValue }}
<div class="c-monitoror-tile--value" v-if="displayedValue" v-html="displayedValue">
</div>

<div class="c-monitoror-tile--sub-tiles" v-if="isGroup">
Expand Down

0 comments on commit 4cfd00b

Please sign in to comment.