diff --git a/pwa/src/templates/templateParts/applicationsForm/ApplicationsFormTemplate.tsx b/pwa/src/templates/templateParts/applicationsForm/ApplicationsFormTemplate.tsx index 2baca593..718d4a65 100644 --- a/pwa/src/templates/templateParts/applicationsForm/ApplicationsFormTemplate.tsx +++ b/pwa/src/templates/templateParts/applicationsForm/ApplicationsFormTemplate.tsx @@ -55,9 +55,11 @@ export const ApplicationsFormTemplate: React.FC = "reference", "name", "description", + "version", "public", "secret", "publicKey", + "privateKey", "resource", "organization", "ednpoints", @@ -91,7 +93,7 @@ export const ApplicationsFormTemplate: React.FC = @@ -122,6 +124,18 @@ export const ApplicationsFormTemplate: React.FC = /> + + + {t("Version")} + + + {t("Domains")} @@ -166,7 +180,7 @@ export const ApplicationsFormTemplate: React.FC = - {t("publicKey")} + {t("publicKey (write only)")}