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