Skip to content

Commit 185efa8

Browse files
fix(console): correct query parsing for parentheses and AND/OR logic for filter logs
1 parent eb1cdf9 commit 185efa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravitee-apim-console-webui/src/components/logs/search-and-select/search-and-select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/>
3535
</md-select-header>
3636

37-
<md-option ng-if="$ctrl.options.length === 0 && !$ctrl.searchTerm" disabled>No options available</md-option>
37+
<md-option ng-if="$ctrl.api === null" disabled>Loading...</md-option>
3838

3939
<md-option ng-value="item.id" ng-repeat="item in $ctrl.options track by item.id">{{ item.name }}</md-option>
4040

0 commit comments

Comments
 (0)