We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd6996 commit 498a1e2Copy full SHA for 498a1e2
src/views/listview/list-view.html
@@ -62,8 +62,8 @@
62
ng-dblclick="$ctrl.dblClick($event, item)">
63
</div>
64
65
- <div class="list-group-item-container container-fluid" ng-transclude="expandedContent" ng-if="$ctrl.config.useExpandingRows && item.isExpanded"></div>
66
+ <div class="list-group-item-container container-fluid" ng-transclude="expandedContent" ng-if="$ctrl.config.useExpandingRows && item.isExpanded"></div>
67
68
<pf-pagination ng-if="$ctrl.pageConfig.showPaginationControls && $ctrl.config.itemsAvailable === true"
69
page-size="$ctrl.pageConfig.pageSize"
0 commit comments