[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:
2026-02-04 08:15:16 +13:00
committed by jebus
parent 5da8dbc191
commit c0cfdb9255

View File

@ -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>