We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c22ded commit e706f85Copy full SHA for e706f85
src/Frontend/src/views/throughputreport/setup/ConnectionSetupView.vue
@@ -18,7 +18,7 @@ onMounted(async () => {
18
19
<template>
20
<div class="row">
21
- <p v-if="isBrokerTransport || useIsMonitoringEnabled()">
+ <p v-if="(settingsInfo?.broker_settings.length ?? 0 > 0) || (!isBrokerTransport && useIsMonitoringEnabled())">
22
In order for ServicePulse to collect usage data from {{ store.transportNameForInstructions() }} you need to configure the below settings.<br />
23
There are two configuration options, as environment variables or directly in the
24
<a href="https://docs.particular.net/servicecontrol/creating-config-file"><code>ServiceControl.exe.config</code></a> file.
0 commit comments