diff --git a/src/components/basicDashboard/BasicComponents.vue b/src/components/basicDashboard/BasicComponents.vue
new file mode 100644
index 0000000..4a42a58
--- /dev/null
+++ b/src/components/basicDashboard/BasicComponents.vue
@@ -0,0 +1,80 @@
+
+
+
+
+
{{ pageTitle }}
+
+ {{ section.title }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/data/basicDashboard/InternetSetup.ts b/src/data/basicDashboard/InternetSetup.ts
new file mode 100644
index 0000000..7c3814a
--- /dev/null
+++ b/src/data/basicDashboard/InternetSetup.ts
@@ -0,0 +1,134 @@
+const internetSetup = [
+ {
+ title: "Does your internet require a login?",
+ id: "internetSetupLogin",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Yes",
+ },
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "radio",
+ label: "No",
+ },
+ {
+ name: "internetLoginInput",
+ class: "inputOption",
+ option: "text",
+ label: "Username/Email",
+ },
+ {
+ name: "internetLoginInput",
+ class: "inputOption",
+ option: "password",
+ label: "Password",
+ }
+ ]
+ },
+ {
+ title: "Internet IP Address",
+ id: "internetSetupIP",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "internetIPOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Dynamic IP from ISP",
+ },
+ {
+ name: "internetIPOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Static IP from ISP",
+ },
+ {
+ name: "internetIPInput",
+ class: "inputOption",
+ option: "text",
+ label: "IP Address"
+ },
+ {
+ name: "internetIPInput",
+ class: "inputOption",
+ option: "text",
+ label: "IP Subnet Mask"
+ },
+ {
+ name: "internetIPInput",
+ class: "inputOption",
+ option: "text",
+ label: "Gateway IP Address"
+ },
+ ]
+ },
+ {
+ title: "DNS (Domain Name Server) Address",
+ id: "internetSetupDNS",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "internetDNSOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Automatic DNS from ISP",
+ },
+ {
+ name: "internetDNSOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Select DNS Servers",
+ },
+ {
+ name: "internetDNSInput",
+ class: "inputOption",
+ option: "text",
+ label: "Primary DNS"
+ },
+ {
+ name: "internetDNSInput",
+ class: "inputOption",
+ option: "text",
+ label: "Secondary DNS"
+ },
+ ]
+ },
+ {
+ title: "Router MAC Address",
+ id: "internetSetupMAC",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "internetMACOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Default Address",
+ },
+ {
+ name: "internetMACOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Computer MAC Address",
+ },
+ {
+ name: "internetMACOption",
+ class: "selectOption",
+ option: "radio",
+ label: "Specific MAC Address",
+ },
+ {
+ name: "internetMACInput",
+ class: "inputOption",
+ option: "text",
+ label: "MAC Address",
+ },
+ ],
+ },
+];
+
+export default internetSetup;
\ No newline at end of file
diff --git a/src/data/basicDashboard/Wireless.ts b/src/data/basicDashboard/Wireless.ts
new file mode 100644
index 0000000..4d7944b
--- /dev/null
+++ b/src/data/basicDashboard/Wireless.ts
@@ -0,0 +1,236 @@
+const Wireless = [
+ {
+ title: "General Setup",
+ id: "wirelessGeneral",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable AX (OFDMA Feature)",
+ },
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable OFDMA (2.4Ghz)",
+ },
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable OFDMA (5Ghz)",
+ },
+ {
+ name: "internetLoginOption",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable automatic 2.4Ghz & 5Ghz switching",
+ },
+ ],
+ },
+ {
+ title: "Wireless 2.4GHz",
+ id: "wireless2",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "wireless2General",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable SSID Broadcast",
+ },
+ {
+ name: "wireless2General",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable 20/40 MHz Coexistence",
+ },
+ {
+ name: "wireless2SSID",
+ class: "inputOption",
+ option: "input",
+ label: "Name (SSID)",
+ },
+ {
+ name: "wireless2Channels",
+ class: "dropdownBox",
+ option: "checkbox",
+ label: "Channel",
+ dropdown: [
+ "Auto",
+ "01",
+ "02",
+ "03",
+ "04",
+ "05",
+ "06",
+ "07",
+ "08",
+ "09",
+ "10",
+ "11",
+ ]
+ },
+ {
+ name: "wireless2Mode",
+ class: "dropdownBox",
+ option: "checkbox",
+ label: "Mode",
+ dropdown: [
+ "54 Mbps",
+ "389 Mbps",
+ "600 Mbps",
+ ]
+ },
+ {
+ name: "wireless2Security",
+ class: "subSelect",
+ option: "hidden",
+ label: "Security Options",
+ subOptions: [
+ {
+ name: "wireless2Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA2-personal [AES] + WPA3-Personal"
+ },
+ {
+ name: "wireless2Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA3-Personal [SAE]"
+ },
+ {
+ name: "wireless2Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA-Personal [TKIP] + WPA2-Personal [AES]"
+ },
+ {
+ name: "wireless2Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA2-personal [AES]"
+ },
+ {
+ name: "wireless2Security",
+ class: "selectOption",
+ option: "radio",
+ label: "None"
+ },
+ ]
+ },
+ {
+ name: "wireless2Password",
+ class: "inputOption",
+ option: "input",
+ label: "Password (Network Key)",
+ }
+ ],
+ },
+ {
+ title: "Wireless 5GHz",
+ id: "wireless5",
+ selectedRadio: 0,
+ forms: [
+ {
+ name: "wireless5General",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable SSID Broadcast",
+ },
+ {
+ name: "wireless5General",
+ class: "selectOption",
+ option: "checkbox",
+ label: "Enable 20/40 MHz Coexistence",
+ },
+ {
+ name: "wireless5SSID",
+ class: "inputOption",
+ option: "input",
+ label: "Name (SSID)",
+ },
+ {
+ name: "wireless5Channels",
+ class: "dropdownBox",
+ option: "checkbox",
+ label: "Channel",
+ dropdown: [
+ "Auto",
+ "01",
+ "02",
+ "03",
+ "04",
+ "05",
+ "06",
+ "07",
+ "08",
+ "09",
+ "10",
+ "11",
+ ]
+ },
+ {
+ name: "wireless5Mode",
+ class: "dropdownBox",
+ option: "checkbox",
+ label: "Mode",
+ dropdown: [
+ "450 Mbps",
+ "900 Mbps",
+ "1800 Mbps",
+ "3600 Mbps",
+ ]
+ },
+ {
+ name: "wireless5Security",
+ class: "subSelect",
+ option: "hidden",
+ label: "Security Options",
+ subOptions: [
+ {
+ name: "wireless5Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA2-personal [AES] + WPA3-Personal"
+ },
+ {
+ name: "wireless5Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA3-Personal [SAE]"
+ },
+ {
+ name: "wireless5Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA-Personal [TKIP] + WPA2-Personal [AES]"
+ },
+ {
+ name: "wireless5Security",
+ class: "selectOption",
+ option: "radio",
+ label: "WPA2-personal [AES]"
+ },
+ {
+ name: "wireless5Security",
+ class: "selectOption",
+ option: "radio",
+ label: "None"
+ },
+ ]
+ },
+ {
+ name: "wireless5Password",
+ class: "inputOption",
+ option: "input",
+ label: "Password (Network Key)",
+ }
+ ],
+ },
+];
+
+export default Wireless;
\ No newline at end of file
diff --git a/src/pages/basicDashboard/InternetSetup.vue b/src/pages/basicDashboard/InternetSetup.vue
index 7c06fb0..9e9ca3d 100644
--- a/src/pages/basicDashboard/InternetSetup.vue
+++ b/src/pages/basicDashboard/InternetSetup.vue
@@ -1,6 +1,9 @@
-
-
{{ pageTitle }}
-
- {{ section.title }}
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/pages/basicDashboard/Wireless.vue b/src/pages/basicDashboard/Wireless.vue
index 69ae430..4ffb40a 100644
--- a/src/pages/basicDashboard/Wireless.vue
+++ b/src/pages/basicDashboard/Wireless.vue
@@ -1,170 +1,36 @@
+
+
-
-
Wireless Settings
-
-
-
-
-
-
-
-
+
\ No newline at end of file