summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-06-05 15:00:06 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-10 04:13:23 +0300
commit739e459610d92a6fd3021a65398ecb4517cced89 (patch)
tree247ad85d6e7924f838a1c59efc20b65b6e4812ad /src/components
parent2f8bbbfe198087497c475029c573727e0711eb04 (diff)
downloadwebui-vue-739e459610d92a6fd3021a65398ecb4517cced89.tar.xz
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 <dixsie@ibm.com> Change-Id: I0d67c80487fdd815eacc3539ccd702b23618260e
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppNavigation/AppNavigation.vue3
1 files changed, 3 insertions, 0 deletions
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 @@
<icon-expand class="icon-expand" />
</b-button>
<b-collapse id="configuration-menu" tag="ul" class="nav-item__nav">
+ <b-nav-item to="/configuration/date-time-settings">
+ {{ $t('appNavigation.dateTimeSettings') }}
+ </b-nav-item>
<b-nav-item href="javascript:void(0)">
{{ $t('appNavigation.firmware') }}
</b-nav-item>