From ac28682c3e57ec4dd87e382e9ed3fbd8eeeb21ae Mon Sep 17 00:00:00 2001 From: RC-787 Date: Mon, 16 Nov 2020 18:45:13 +0000 Subject: [PATCH 1/2] Show ServiceControlUrl in error message when unable to connect --- src/ServicePulse.Host/app/js/views/sc_not_available.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServicePulse.Host/app/js/views/sc_not_available.html b/src/ServicePulse.Host/app/js/views/sc_not_available.html index 38a7749e22..58fea399f7 100644 --- a/src/ServicePulse.Host/app/js/views/sc_not_available.html +++ b/src/ServicePulse.Host/app/js/views/sc_not_available.html @@ -1,7 +1,7 @@ 

Cannot connect to ServiceControl

- ServicePulse is unable to connect to the ServiceControl instanceput here the url we tried to connect to. Please ensure that ServiceControl is running and accessible from your machine. + ServicePulse is unable to connect to the ServiceControl instance {{serviceControlUrl}}. Please ensure that ServiceControl is running and accessible from your machine.

View Connection Details Learn more From 58207ec1bf0588991d0874d9c4af725122a1cc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=C3=B3jcik?= Date: Wed, 18 Nov 2020 13:57:53 +0100 Subject: [PATCH 2/2] Update src/ServicePulse.Host/app/js/views/sc_not_available.html Co-authored-by: Sergio --- src/ServicePulse.Host/app/js/views/sc_not_available.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServicePulse.Host/app/js/views/sc_not_available.html b/src/ServicePulse.Host/app/js/views/sc_not_available.html index 58fea399f7..e406fe6dde 100644 --- a/src/ServicePulse.Host/app/js/views/sc_not_available.html +++ b/src/ServicePulse.Host/app/js/views/sc_not_available.html @@ -1,7 +1,7 @@ 

Cannot connect to ServiceControl

- ServicePulse is unable to connect to the ServiceControl instance {{serviceControlUrl}}. Please ensure that ServiceControl is running and accessible from your machine. + ServicePulse is unable to connect to the ServiceControl instance at {{serviceControlUrl}}. Please ensure that ServiceControl is running and accessible from your machine.