Skip to content

Commit 9009243

Browse files
committed
feat: comment out documentation alert in logstash filter create component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 2ccdb4f commit 9009243

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/logstash/logstash-filters/logstash-filter-create/logstash-filter-create.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="w-100 h-100 p-2">
2-
<div *ngIf="show"
2+
<!--<div *ngIf="show"
33
class="alert alert-info alert-styled-right">
44
55
Read the logs filter documentation at
66
<a class="text-blue-800 font-size-base font-weight-semibold"
77
href="#" target="_blank">
88
UTMStack filters documentation
99
</a>
10-
</div>
10+
</div>-->
1111
<form #form="ngForm">
1212
<div class="row">
1313
<div class="col-6 form-group w-25">

0 commit comments

Comments
 (0)