diff --git a/src/pages/basicDashboard/InternetSetup.vue b/src/pages/basicDashboard/InternetSetup.vue index 6df9a9f..e916a63 100644 --- a/src/pages/basicDashboard/InternetSetup.vue +++ b/src/pages/basicDashboard/InternetSetup.vue @@ -1,67 +1,114 @@ + + - Internet Setup - - Does your internet connection require a login? - + {{ pageTitle }} + + {{ section.title }} - - - Yes - - - - No + + + {{ form.label }} + - - - Internet IP Address - - - - Dynamic IP from ISP - - - - Static IP from ISP - - - - - - DNS (Domain Name Server) Address - - - - Automatic DNS from ISP - - - - Select DNS Servers - - - - - - Router MAC Address - - - - Default Address - - - - Computer MAC Address - - - - Specific MAC Adress - - - - diff --git a/src/pages/basicDashboard/Overview.vue b/src/pages/basicDashboard/Overview.vue index f93c606..9a850c6 100644 --- a/src/pages/basicDashboard/Overview.vue +++ b/src/pages/basicDashboard/Overview.vue @@ -111,7 +111,6 @@ Overview - @@ -122,7 +121,6 @@ Backend offline or not available, please try again later. - Backend offline or not available, please try again later. diff --git a/src/styles/basicDashboard.css b/src/styles/basicDashboard.css index ceec40a..5c64369 100644 --- a/src/styles/basicDashboard.css +++ b/src/styles/basicDashboard.css @@ -130,6 +130,9 @@ gap: 10px; } + .seperator { + margin-top: 20px; + } .selectOption { display: flex; align-items: center;
Backend offline or not available, please try again later.