File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Ui/view/base/web/templates/grid/paging Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
< div class ="admin__data-grid-pager ">
11
11
< button class ="action-previous " type ="button " attr ="title: $t('Previous Page') " click ="prev " disable ="isFirst() "> </ button >
12
12
<!-- ko if: showTotalRecords -->
13
- < input class ="admin__control-text " type ="number " data-ui-id ="current-page-input " attr ="id: ++ko.uid " ko-value ="_current "/ >
13
+ < input class ="admin__control-text " type ="number " data-ui-id ="current-page-input " attr ="id: ++ko.uid " ko-value ="_current ">
14
14
< label class ="admin__control-support-text " attr ="for: ko.uid " text ="'of ' + pages "> </ label >
15
15
<!-- /ko -->
16
16
< button class ="action-next " type ="button " attr ="title: $t('Next Page') " click ="next " disable ="isLast() "> </ button >
You can’t perform that action at this time.
0 commit comments