forked from enviPath/enviPy
[Style] Adds custom name display for timeseries (#320)
<img width="1336" alt="image.png" src="attachments/58e49257-976e-469f-a19e-069c8915c437"> Co-authored-by: jebus <lorsbach@envipath.com> Reviewed-on: enviPath/enviPy#320 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<template x-if="schema['x-title'] || schema.title">
|
||||
<h4
|
||||
class="text-lg font-semibold"
|
||||
x-text="schema['x-title'] || schema.title"
|
||||
x-text="data.name || schema['x-title'] || schema.title"
|
||||
></h4>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user