+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/src/graphql/updateHomeCommunity.js b/admin/src/graphql/updateHomeCommunity.js
new file mode 100644
index 000000000..bce09f4d0
--- /dev/null
+++ b/admin/src/graphql/updateHomeCommunity.js
@@ -0,0 +1,7 @@
+import gql from 'graphql-tag'
+
+export const updateHomeCommunity = gql`
+ mutation ($uuid: String!, $gmsApiKey: String!) {
+ updateHomeCommunity(uuid: $uuid, gmsApiKey: $gmsApiKey)
+ }
+`
diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json
index 7cc0affac..b22006a8f 100644
--- a/admin/src/locales/de.json
+++ b/admin/src/locales/de.json
@@ -69,13 +69,20 @@
"deleted_user": "Alle gelöschten Nutzer",
"deny": "Ablehnen",
"e_mail": "E-Mail",
+ "edit": "Bearbeiten",
"enabled": "aktiviert",
"error": "Fehler",
"expired": "abgelaufen",
"federation": {
+ "authenticatedAt": "Verifiziert am:",
+ "communityUuid": "Community UUID:",
"createdAt": "Erstellt am",
+ "gmsApiKey": "GMS API Key:",
+ "toast_gmsApiKeyUpdated": "Der GMS Api Key wurde erfolgreich aktualisiert!",
"gradidoInstances": "Gradido Instanzen",
"lastAnnouncedAt": "letzte Bekanntgabe",
+ "name": "Name",
+ "publicKey": "PublicKey:",
"url": "Url",
"verified": "Verifiziert"
},
diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json
index 084e2104f..471bfc50c 100644
--- a/admin/src/locales/en.json
+++ b/admin/src/locales/en.json
@@ -69,13 +69,20 @@
"deleted_user": "All deleted user",
"deny": "Reject",
"e_mail": "E-mail",
+ "edit": "Edit",
"enabled": "enabled",
"error": "Error",
"expired": "expired",
"federation": {
+ "authenticatedAt": "verified at:",
+ "communityUuid": "Community UUID:",
"createdAt": "Created At ",
+ "gmsApiKey": "GMS API Key:",
+ "toast_gmsApiKeyUpdated": "The GMS Api Key has been successfully updated!",
"gradidoInstances": "Gradido Instances",
"lastAnnouncedAt": "Last Announced",
+ "name": "Name",
+ "publicKey": "PublicKey:",
"url": "Url",
"verified": "Verified"
},
diff --git a/admin/src/pages/FederationVisualize.vue b/admin/src/pages/FederationVisualize.vue
index c6edba5aa..e29e0c02e 100644
--- a/admin/src/pages/FederationVisualize.vue
+++ b/admin/src/pages/FederationVisualize.vue
@@ -16,12 +16,13 @@