webapp: Added timezone description to ntp status page
This commit is contained in:
parent
79b8477317
commit
b4cd4faa7c
@ -20,6 +20,10 @@
|
|||||||
<th>Timezone</th>
|
<th>Timezone</th>
|
||||||
<td>{{ ntpDataList.ntp_timezone }}</td>
|
<td>{{ ntpDataList.ntp_timezone }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Timezone Description</th>
|
||||||
|
<td>{{ ntpDataList.ntp_timezone_descr }}</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user