Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ServicePulse.Host/app/js/views/sc_not_available.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="text-center monitoring-no-data">
<h1>Cannot connect to ServiceControl</h1>
<p>
ServicePulse is unable to connect to the ServiceControl instance<span id="serviceControlUrl">put here the url we tried to connect to</span>. Please ensure that ServiceControl is running and accessible from your machine.
ServicePulse is unable to connect to the ServiceControl instance at <span id="serviceControlUrl">{{serviceControlUrl}}</span>. Please ensure that ServiceControl is running and accessible from your machine.
</p>
<div class="action-toolbar">
<a href="#/configuration/connections" class="btn btn-default btn-primary">View Connection Details</a> <a class="btn btn-default btn-secondary" href="https://docs.particular.net/monitoring/metrics/">Learn more</a>
Expand Down