feat: Add new pagination component (#10263)
This commit is contained in:
6
app/javascript/dashboard/i18n/locale/en/components.json
Normal file
6
app/javascript/dashboard/i18n/locale/en/components.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"PAGINATION_FOOTER": {
|
||||
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
|
||||
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
import components from './components.json';
|
||||
import advancedFilters from './advancedFilters.json';
|
||||
import agentBots from './agentBots.json';
|
||||
import agentMgmt from './agentMgmt.json';
|
||||
@@ -36,6 +37,7 @@ import teamsSettings from './teamsSettings.json';
|
||||
import whatsappTemplates from './whatsappTemplates.json';
|
||||
|
||||
export default {
|
||||
...components,
|
||||
...advancedFilters,
|
||||
...agentBots,
|
||||
...agentMgmt,
|
||||
|
||||
Reference in New Issue
Block a user