Skip to content

Commit 8582e3e

Browse files
committed
feat(int-generic-group-config): improve searchable option based on config options length
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent ace938a commit 8582e3e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<div class="w-100 h-100 p-2">
2-
<!--<div *ngIf="show"
3-
class="alert alert-info alert-styled-right">
4-
2+
<div *ngIf="show" class="alert alert-info alert-styled-right">
53
Read the logs filter documentation at
64
<a class="text-blue-800 font-size-base font-weight-semibold"
7-
href="#" target="_blank">
5+
href="https://documentation.utmstack.com/v11/rules-and-filters/implementing-filters"
6+
target="_blank"
7+
rel="noopener noreferrer"
8+
>
89
UTMStack filters documentation
910
</a>
10-
</div>-->
11+
</div>
1112
<form #form="ngForm">
1213
<div class="row">
1314
<div class="col-6 form-group w-25">

0 commit comments

Comments
 (0)