|
|
@@ -300,7 +300,7 @@ from desktop.views import _ko
|
|
|
<li class="assist-entry no-entries">${_('No results found')}</li>
|
|
|
</ul>
|
|
|
<!-- /ko -->
|
|
|
- <ul data-bind="hueach: {data: filteredEntries, itemHeight: 25, scrollable: '${scrollable}', considerStretching: true}, css: { 'assist-tables': definition.isDatabase }">
|
|
|
+ <ul data-bind="hueach: {data: filteredEntries, itemHeight: (definition.isTable || definition.isView ? 20 : 25), scrollable: '${scrollable}', considerStretching: true}, css: { 'assist-tables': definition.isDatabase }">
|
|
|
<!-- ko template: { if: definition.isTable, name: 'assist-table-entry' } --><!-- /ko -->
|
|
|
<!-- ko ifnot: definition.isTable -->
|
|
|
<li data-bind="visible: ! hasErrors(), visibleOnHover: { override: statsVisible, selector: definition.isView ? '.table-actions' : '.column-actions' }, css: { 'assist-table': definition.isView, 'assist-column': definition.isColumn }">
|