Skip to content

Commit

Permalink
chore: renamed KCollection in KGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 13, 2024
1 parent c8335f1 commit b2b2cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (process.env.NODE_APP_INSTANCE === 'dev') {
const LeftPane = {
content: [
{ component: 'account/KProfile', class: 'full-width' },
{ id: 'action', label: 'ScreenActivity.LABEL', renderer: 'item', route: { name: 'action-activity' } },
{ id: 'screen', icon: 'las la-tv', label: 'ScreenActivity.LABEL', renderer: 'item', route: { name: 'screen-activity' } },
{ id: 'layout', icon: 'las la-desktop', label: 'LayoutActivity.LABEL', renderer: 'item', route: { name: 'layout-activity', params: { mode: 'header-footer' } } },
{ id: 'miscellaneous', icon: 'las la-icons', label: 'MiscellaneousActivity.LABEL', renderer: 'item', route: { name: 'miscellaneous-activity' } },
Expand Down Expand Up @@ -438,7 +439,7 @@ module.exports = {
page: {
content: {
list: [{
component: 'collection/KCollection',
component: 'collection/KGrid',
ref: 'list',
service: 'documents',
renderer: {
Expand All @@ -449,7 +450,7 @@ module.exports = {
//, /*filterQuery: ':filter.query'
}],
grid: [{
component: 'collection/KCollection',
component: 'collection/KGrid',
ref: 'grid',
service: 'documents',
renderer: {
Expand Down

0 comments on commit b2b2cb1

Please sign in to comment.