mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 18:39:31 +00:00
Render the formula symbols of the properties.
This commit is contained in:
parent
da09873be5
commit
0fd677d2fd
5 changed files with 42 additions and 207 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<tbody>
|
||||
{% for param in part.parameters %}
|
||||
<tr>
|
||||
<td>{{ param.name }}</td>
|
||||
<td>{{ param.name }} {% if param.symbol is not empty %}<span class="latex">${{ param.symbol }}$</span>{% endif %}</td>
|
||||
<td>{{ param.formattedValue }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue