File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Ui/view/base/web/templates/dynamic-rows/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
</ tr >
49
49
</ tbody >
50
50
51
- < tfoot visible ="element.addButton || (!!element.getRecordCount() && (element. pages() > 1) ) ">
51
+ < tfoot visible ="element.addButton || (!!element.getRecordCount() && pages() > 1) ">
52
52
< tr >
53
53
< td attr ="{'colspan': element.getColumnsCount()} "
54
54
visible ="element.addButton || pages() > 1 ">
59
59
< span translate ="addButtonLabel "/>
60
60
</ button >
61
61
62
- < div class ="admin__control-table-pagination " visible ="!!element.getRecordCount() && element. pages() > 1 ">
62
+ < div class ="admin__control-table-pagination " visible ="!!element.getRecordCount() && pages() > 1 ">
63
63
< div class ="admin__data-grid-pager ">
64
64
< button class ="action-previous " type ="button " data-bind ="attr: {title: $t('Previous Page')}, click: previousPage, disable: isFirst() "> </ button >
65
65
< input class ="admin__control-text " type ="number " data-bind ="attr: {id: ++ko.uid}, value: currentPage ">
You can’t perform that action at this time.
0 commit comments