From 9d02438348046c34f9e4b53206d182b95b8421e6 Mon Sep 17 00:00:00 2001 From: axolotle Date: Wed, 2 Mar 2022 19:42:01 +0100 Subject: [PATCH] add ReadOnlyField to display config readonly values --- app/src/components/globals/ReadOnlyField.vue | 65 ++++++++++++++++++++ app/src/i18n/locales/en.json | 4 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 app/src/components/globals/ReadOnlyField.vue diff --git a/app/src/components/globals/ReadOnlyField.vue b/app/src/components/globals/ReadOnlyField.vue new file mode 100644 index 00000000..107165b5 --- /dev/null +++ b/app/src/components/globals/ReadOnlyField.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 5062e796..e66541aa 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -544,7 +544,9 @@ "words": { "browse": "Browse", "collapse": "Collapse", - "default": "Default" + "default": "Default", + "none": "None", + "separator": ", " }, "wrong_password": "Wrong password", "yes": "Yes",