@@ -138,7 +138,11 @@ <h2>{{if $root.RequestReport}}{{ $root.ReportTitle }} report "{{ $root.RequestRe
138
138
< div class ="row g-6 ">
139
139
< div class ="col-md-6 ">
140
140
< div class ="input-group mb-3 ">
141
- < label class ="input-group-text " for ="reportFilterStatus "> Status</ label >
141
+ < label class ="input-group-text " for ="reportFilterStatus ">
142
+ < span class ="d-inline-block " data-bs-toggle ="popover " data-bs-trigger ="hover focus " data-bs-title ="Validation status " data-bs-content ="Filter results by validation status ">
143
+ Status
144
+ </ span >
145
+ </ label >
142
146
< select class ="form-select " id ="reportFilterStatus " data-report-refresh ="true " data-report-param ="status " data-default ="deny ">
143
147
< option value =""> all</ option >
144
148
< option value ="deny " selected > deny</ option >
@@ -148,25 +152,41 @@ <h2>{{if $root.RequestReport}}{{ $root.ReportTitle }} report "{{ $root.RequestRe
148
152
</ div >
149
153
150
154
< div class ="input-group mb-3 ">
151
- < span class ="input-group-text " id ="reportFilterResourceLabel "> Resource</ span >
155
+ < label class ="input-group-text " id ="reportFilterResourceLabel ">
156
+ < span class ="d-inline-block " data-bs-toggle ="popover " data-bs-trigger ="hover focus " data-bs-title ="Resource filters " data-bs-content ="One filter per line, formats:\n\nfilter by content (contains):\n<strong>field: value</strong>\n\nregexp filter:\n<strong>field: /regexp/ ">
157
+ Resource
158
+ </ span >
159
+ </ label >
152
160
< textarea class ="form-control " id ="reportFilterResource " data-report-filter ="resource " aria-label ="Resource " aria-describedby ="reportFilterResourceLabel " rows ="2 " data-default ="{{ $root.ReportConfig.Report.Filter.Resource }} "> </ textarea >
153
161
</ div >
154
162
155
163
< div class ="input-group mb-3 ">
156
- < span class ="input-group-text " id ="reportFilterRuleLabel "> Rule</ span >
164
+ < label class ="input-group-text " id ="reportFilterRuleLabel ">
165
+ < span class ="d-inline-block " data-bs-toggle ="popover " data-bs-trigger ="hover focus " data-bs-title ="Rule filter " data-bs-content ="Filters results by validation rule ">
166
+ Rule
167
+ </ span >
168
+ </ label >
157
169
< input type ="text " class ="form-control " id ="reportFilterRuleSelector ">
158
170
< input type ="text " class ="form-control hidden " id ="reportFilterRule " data-report-filter ="rule " aria-label ="Rule " aria-describedby ="reportFilterRuleLabel " data-default ="{{ $root.ReportConfig.Report.Filter.Rule }} ">
159
171
</ div >
160
172
</ div >
161
173
162
174
< div class ="col-md-6 ">
163
175
< div class ="input-group mb-3 ">
164
- < span class ="input-group-text " id ="reportGroupByLabel "> groupBy</ span >
176
+ < label class ="input-group-text " id ="reportGroupByLabel ">
177
+ < span class ="d-inline-block " data-bs-toggle ="popover " data-bs-trigger ="hover focus " data-bs-title ="Grouping " data-bs-content ="Groups resources by fieldname ">
178
+ groupBy
179
+ </ span >
180
+ </ label >
165
181
< input type ="text " class ="form-control " id ="reportGroupBy " data-report-refresh ="true " data-report-param ="groupBy " aria-label ="groupBy " aria-describedby ="reportGroupByLabel " data-default ="{{ $root.ReportConfig.Report.Settings.GroupBy }} ">
166
182
</ div >
167
183
168
184
< div class ="input-group mb-3 ">
169
- < span class ="input-group-text " id ="reportFieldsLabel "> Fields</ span >
185
+ < label class ="input-group-text " id ="reportFieldsLabel ">
186
+ < span class ="d-inline-block " data-bs-toggle ="popover " data-bs-trigger ="hover focus " data-bs-title ="Fields " data-bs-content ="Selects fields which should be visible in results, similar results are grouped (see count value) ">
187
+ Fields
188
+ </ span >
189
+ </ label >
170
190
< textarea class ="form-control " id ="reportFields " data-report-refresh ="true " data-report-param ="fields " aria-label ="Fields " rows ="4 " data-default ="{{ $root.ReportConfig.Report.Settings.Fields }} "> </ textarea >
171
191
</ div >
172
192
</ div >
0 commit comments