diff --git a/src/_components/modals/AdvancedSettings.vue b/src/_components/modals/AdvancedSettings.vue
index e66d497..6886d9e 100644
--- a/src/_components/modals/AdvancedSettings.vue
+++ b/src/_components/modals/AdvancedSettings.vue
@@ -19,22 +19,35 @@
+
+ Domain: {{ option.name }}
+
+
+
+ Location: {{ option.name }}
+ {{ regionDistance(option.uuid) }}
+
+
{{ option.name }} {{ regionDistance(option.uuid) }}
@@ -44,8 +57,13 @@
+
+ Language: {{ option.label }}
+
@@ -54,21 +72,34 @@
:options="timezoneObjects"
:reduce="(tz) => tz.timezoneId"
label="timezoneDescription"
+ v-model="accountPlan.timezone"
type="text"
name="timezone"
- >
+ >
+
+ Time Zone: {{ option.timezoneDescription }}
+
+
+ >
+
+ Footprint: {{ option.localName }}
+
+
-
+
+
+ SSH Key: {{ option.name }}
+
+