Skip to content

Commit 2432a35

Browse files
committed
feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 9c9d5d9 commit 2432a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/app/app-module/guides/shared/components/log-collector.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ import {PLATFORMS} from '../constant';
3131
class="flex-item">
3232
</ng-select>
3333
</div>
34-
<div *ngIf="this.selectedProtocol && this.selectedProtocol.name === 'TCP/TLS'" class="alert alert-info alert-styled-right mt-2">
34+
<div *ngIf="this.selectedProtocol && this.selectedProtocol.name === 'TCP/TLS' && selectedAction"
35+
class="alert alert-info alert-styled-right mt-2">
3536
After the TLS certificates have been successfully loaded into the system,
3637
it is not necessary to repeat the certificate loading process when enabling
3738
additional integrations that use TLS. The system will automatically apply the

0 commit comments

Comments
 (0)