File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 253
253
254
254
<!-- Help text -->
255
255
<span class =" text-sm text-gray-700 dark:text-gray-400" >
256
- <template v-if =" resource && totalRows > 0 " >
256
+ <span v-if =" ((((page || 1) - 1) * pageSize + 1 > totalRows) && totalRows > 0)" >{{ $t('Wrong Page') }} </span >
257
+ <template v-else-if =" resource && totalRows > 0 " >
257
258
258
259
<span class =" af-pagination-info hidden sm:inline" >
259
260
<i18n-t keypath =" Showing {from} to {to} of {total} Entries" tag =" p" >
Original file line number Diff line number Diff line change 271
271
272
272
<!-- Help text -->
273
273
<span class =" text-sm text-gray-700 dark:text-gray-400" >
274
- <template v-if =" resource && totalRows > 0 " >
274
+ <span v-if =" ((((page || 1) - 1) * pageSize + 1 > totalRows) && totalRows > 0)" >{{ $t('Wrong Page') }} </span >
275
+ <template v-else-if =" resource && totalRows > 0 " >
275
276
276
277
<span class =" hidden sm:inline" >
277
278
<i18n-t keypath =" Showing {from} to {to} of {total} Entries" tag =" p" >
You can’t perform that action at this time.
0 commit comments