refactor: replace the mdiclock for an emoji on the TempChart (#690)

This commit is contained in:
pataar 2022-03-04 20:51:34 +01:00 committed by GitHub
parent a6b97f68e5
commit f7bb1e168c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,10 +312,13 @@ export default class TempChart extends Mixins(BaseMixin) {
output +=
'<div class="row">' +
'<div class="col py-1" style=\'border-bottom: 1px solid rgba(255, 255, 255, 0.24);\'>' +
"<span class='v-icon mdi theme-dark' style='font-size: 14px; margin-right: 5px;'>" +
mdiClock +
'<span class="v-icon mdi theme-dark" style="margin-right: 5px;">' +
'<svg xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" viewBox="0 0 24 24" class="v-icon__svg" style="font-size: 12px; width: 12px; height: 12px;">' +
`<path d="${mdiClock}">` +
'</path>' +
'</svg>' +
'</span>' +
"<span class='font-weight-bold'>" +
'<span class="font-weight-bold">' +
outputTime +
'</span>' +
'</div>' +