From 1c3cad9235bf7e9fd5e4411afe0d7623c9f41044 Mon Sep 17 00:00:00 2001 From: Mathieu <70369997+MathieuRA@users.noreply.github.com> Date: Fri, 4 Nov 2022 10:02:02 +0100 Subject: [PATCH] feat(lite): alert when unreachable hosts (#6378) --- @xen-orchestra/lite/src/App.vue | 42 +++++++++++++++++++++++-- @xen-orchestra/lite/src/locales/en.json | 3 ++ @xen-orchestra/lite/src/locales/fr.json | 3 ++ 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/@xen-orchestra/lite/src/App.vue b/@xen-orchestra/lite/src/App.vue index 9564b6606..ac00ee4ef 100644 --- a/@xen-orchestra/lite/src/App.vue +++ b/@xen-orchestra/lite/src/App.vue @@ -1,4 +1,19 @@ + + {{ $t("unreachable-hosts") }} + {{ $t("following-hosts-unreachable") }} + {{ $t("allow-self-signed-ssl") }} + + + {{ url.href }} + + + @@ -17,15 +32,22 @@
{{ $t("allow-self-signed-ssl") }}