We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d5d9 commit 2432a35Copy full SHA for 2432a35
frontend/src/app/app-module/guides/shared/components/log-collector.component.ts
@@ -31,7 +31,8 @@ import {PLATFORMS} from '../constant';
31
class="flex-item">
32
</ng-select>
33
</div>
34
- <div *ngIf="this.selectedProtocol && this.selectedProtocol.name === 'TCP/TLS'" class="alert alert-info alert-styled-right mt-2">
+ <div *ngIf="this.selectedProtocol && this.selectedProtocol.name === 'TCP/TLS' && selectedAction"
35
+ class="alert alert-info alert-styled-right mt-2">
36
After the TLS certificates have been successfully loaded into the system,
37
it is not necessary to repeat the certificate loading process when enabling
38
additional integrations that use TLS. The system will automatically apply the
0 commit comments