File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,8 @@ export function init(store) {
180180 mapGroup ( / ^ ( .* \. ) ? ( s c c ) \. c a t t l e \. i o $ / , 'SCC' ) ;
181181
182182 const dePaginateBindings = configureConditionalDepaginate ( { maxResourceCount : 5000 } ) ;
183- const dePaginateNormanBindings = configureConditionalDepaginate ( { maxResourceCount : 5000 , isNorman : true } ) ;
183+ const dePaginateNormanBindings = configureConditionalDepaginate ( { maxResourceCount : 5000 , isNorman : true } ) ;
184+ const dePaginateNormanUsers = configureConditionalDepaginate ( { maxResourceCount : 5000 , isNorman : true } ) ;
184185
185186 configureType ( NODE , { isCreatable : false , isEditable : true } ) ;
186187 configureType ( WORKLOAD_TYPES . JOB , { isEditable : false , match : WORKLOAD_TYPES . JOB } ) ;
@@ -189,6 +190,7 @@ export function init(store) {
189190 configureType ( MANAGEMENT . PROJECT , { displayName : store . getters [ 'i18n/t' ] ( 'namespace.project.label' ) } ) ;
190191 configureType ( NORMAN . CLUSTER_ROLE_TEMPLATE_BINDING , { depaginate : dePaginateNormanBindings } ) ;
191192 configureType ( NORMAN . PROJECT_ROLE_TEMPLATE_BINDING , { depaginate : dePaginateNormanBindings } ) ;
193+ configureType ( NORMAN . USER , { depaginate : dePaginateNormanUsers } ) ;
192194 configureType ( SNAPSHOT , { depaginate : true } ) ;
193195
194196 configureType ( SECRET , { showListMasthead : false } ) ;
You can’t perform that action at this time.
0 commit comments