refactor: replace the mdiclock for an emoji on the TempChart (#690)
This commit is contained in:
parent
a6b97f68e5
commit
f7bb1e168c
@ -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>' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user