diff --git a/src/app/components/Admin/SuggestDialog.vue b/src/app/components/Admin/SuggestDialog.vue new file mode 100644 index 00000000..f11ecf52 --- /dev/null +++ b/src/app/components/Admin/SuggestDialog.vue @@ -0,0 +1,36 @@ + + + diff --git a/src/app/components/Base/Select.vue b/src/app/components/Base/Select.vue new file mode 100644 index 00000000..a0f0ae7a --- /dev/null +++ b/src/app/components/Base/Select.vue @@ -0,0 +1,55 @@ + + + diff --git a/src/app/components/Form/HostField.vue b/src/app/components/Form/HostField.vue index efa7c840..05a652ca 100644 --- a/src/app/components/Form/HostField.vue +++ b/src/app/components/Form/HostField.vue @@ -15,12 +15,14 @@ type="text" class="w-full" /> - -
- - Suggest -
-
+ + +
+ + {{ $t('admin.config.suggest') }} +
+
+
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index a4203365..1cd053b0 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -32,7 +32,8 @@ "port": "Port", "yes": "Yes", "no": "No", - "confirmPassword": "Confirm Password" + "confirmPassword": "Confirm Password", + "loading": "Loading" }, "setup": { "welcome": "Welcome to your first setup of wg-easy", @@ -147,7 +148,8 @@ "allowedIpsDesc": "Allowed IPs clients will use (global config)", "dnsDesc": "DNS server clients will use (global config)", "mtuDesc": "MTU clients will use (only for new clients)", - "persistentKeepaliveDesc": "Interval in seconds to send keepalives to the server. 0 = disabled (only for new clients)" + "persistentKeepaliveDesc": "Interval in seconds to send keepalives to the server. 0 = disabled (only for new clients)", + "suggest": "Suggest" }, "interface": { "cidrSuccess": "Changed CIDR",