From c4b8757ed88ecea369e6044548d2fbe072d5bd4a Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Thu, 7 Oct 2021 16:15:50 -0500 Subject: Network settings redesign - interface settings First commit of the network settings redesign: - Adds the global network settings section for DHCP settings - Adds read only hostname, FQDN and MAC address, modal to edit each will be done seperately - Removes interface specific sections to refactor in next commit - Adds tab component to display ethernet data by interface - Ability to edit, delete and add ipv4 addresses and DNS will be done in separate commit Signed-off-by: Dixsie Wolmers Change-Id: Ibb1db6894ee697fec9e6ea1b8312d041c61faaad --- .../Settings/Network/NetworkGlobalSettings.vue | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 src/views/Settings/Network/NetworkGlobalSettings.vue (limited to 'src/views/Settings/Network/NetworkGlobalSettings.vue') diff --git a/src/views/Settings/Network/NetworkGlobalSettings.vue b/src/views/Settings/Network/NetworkGlobalSettings.vue new file mode 100644 index 00000000..fc82c86d --- /dev/null +++ b/src/views/Settings/Network/NetworkGlobalSettings.vue @@ -0,0 +1,152 @@ + + + -- cgit v1.2.3