summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-02-27 04:52:28 +0300
committerDerick Montague <derick.montague@ibm.com>2020-06-05 20:39:25 +0300
commitbb81d55c5cd9db01ad4f7949bc3fb80426570914 (patch)
tree015aeda354f407a0ce1e1d054baa6c6790e8c093 /src/components/AppNavigation
parent304095d60a270a311d7e081313ccada27cc2d3cd (diff)
downloadwebui-vue-bb81d55c5cd9db01ad4f7949bc3fb80426570914.tar.xz
Add network settings page
- Adds ability to configure newtowrk settings by selected ethernet interface - Default gateway is currently unavailable in redfish, to work around, grabbed gateway from first static ipv4 configuration and assigned to new static ipv4 configurations - Adds ability to add, modify and delete static ipv4 configs - Adds ability to add, modify and delete static dns - Adds ability to edit gateway, hostname and mac address - Form validations include regex for ip, mac address, and hostname - Language translations to be addressed in separate commit - Enabling DHCP and configuring DHCP settings to be addressed in separate commit Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I122034ae0ef3a8c08e5599ee3eca66e8d0d59f67
Diffstat (limited to 'src/components/AppNavigation')
-rw-r--r--src/components/AppNavigation/AppNavigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue
index b7a3e071..8103558e 100644
--- a/src/components/AppNavigation/AppNavigation.vue
+++ b/src/components/AppNavigation/AppNavigation.vue
@@ -59,7 +59,7 @@
<b-nav-item href="javascript:void(0)">
{{ $t('appNavigation.firmware') }}
</b-nav-item>
- <b-nav-item href="javascript:void(0)">
+ <b-nav-item to="/configuration/network-settings">
{{ $t('appNavigation.networkSettings') }}
</b-nav-item>
<b-nav-item href="javascript:void(0)">