mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00
16 lines
258 B
Handlebars
16 lines
258 B
Handlebars
{{#if editing}}
|
|
{{input value=plot.title placeholder='Enter title'}}
|
|
{{else}}
|
|
<h4>{{plot.title}}</h4>
|
|
{{/if}}
|
|
|
|
<table class="plotTable">
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Value</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Signal X</td>
|
|
<td>1.234</td>
|
|
</tr>
|
|
</table>
|