webapp: Added timezone description to ntp status page

This commit is contained in:
Thomas Basler 2022-04-18 01:43:06 +02:00
parent 79b8477317
commit b4cd4faa7c

View File

@ -20,6 +20,10 @@
<th>Timezone</th>
<td>{{ ntpDataList.ntp_timezone }}</td>
</tr>
<tr>
<th>Timezone Description</th>
<td>{{ ntpDataList.ntp_timezone_descr }}</td>
</tr>
</tbody>
</table>
</div>