From 16e6e4c3b7c5819d2b6a6ecd8b0eb7e59a611a88 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 1 Aug 2021 11:47:39 +0200 Subject: [PATCH] web/admin: add re-authenticate button for plex Signed-off-by: Jens Langhammer #1205 --- web/src/locales/en.po | 4 ++++ web/src/locales/pseudo-LOCALE.po | 4 ++++ web/src/pages/sources/plex/PlexSourceForm.ts | 8 +++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 06701eaf4..5f5de2312 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -3015,6 +3015,10 @@ msgstr "RSA-SHA384" msgid "RSA-SHA512" msgstr "RSA-SHA512" +#: src/pages/sources/plex/PlexSourceForm.ts +msgid "Re-authenticate with plex" +msgstr "Re-authenticate with plex" + #: src/pages/flows/StageBindingForm.ts msgid "Re-evaluate policies" msgstr "Re-evaluate policies" diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index caf2014d5..ed51dac91 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -3007,6 +3007,10 @@ msgstr "" msgid "RSA-SHA512" msgstr "" +#: src/pages/sources/plex/PlexSourceForm.ts +msgid "Re-authenticate with plex" +msgstr "" + #: src/pages/flows/StageBindingForm.ts msgid "Re-evaluate policies" msgstr "" diff --git a/web/src/pages/sources/plex/PlexSourceForm.ts b/web/src/pages/sources/plex/PlexSourceForm.ts index ecce835cf..726a6fb2e 100644 --- a/web/src/pages/sources/plex/PlexSourceForm.ts +++ b/web/src/pages/sources/plex/PlexSourceForm.ts @@ -85,7 +85,13 @@ export class PlexSourceForm extends ModelForm { ${t`Load servers`} `; } - return html` + return html` + +