From 739e459610d92a6fd3021a65398ecb4517cced89 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Fri, 5 Jun 2020 07:00:06 -0500 Subject: Add date and time settings Adds ablity to change date and time manually, or configure using NTP servers. - If NTP is selected, user is required to enter at least one NTP address - Date and time are ISO formatted Signed-off-by: Dixsie Wolmers Change-Id: I0d67c80487fdd815eacc3539ccd702b23618260e --- src/components/AppNavigation/AppNavigation.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/AppNavigation') diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 1dfba11e..175b0aa0 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -59,6 +59,9 @@ + + {{ $t('appNavigation.dateTimeSettings') }} + {{ $t('appNavigation.firmware') }} -- cgit v1.2.3