@@ -119,11 +119,11 @@ export class AuthPlugin implements Plugin {
119119 setupNav . contribute ( {
120120 areaId : 'area_administration' ,
121121 items : [
122- { id : 'nav_users' , type : 'object' , label : 'Users' , objectName : 'user ' , icon : 'users' , order : 10 } ,
123- { id : 'nav_organizations' , type : 'object' , label : 'Organizations' , objectName : 'organization ' , icon : 'building-2' , order : 20 } ,
124- { id : 'nav_teams' , type : 'object' , label : 'Teams' , objectName : 'team ' , icon : 'users-round' , order : 30 } ,
125- { id : 'nav_api_keys' , type : 'object' , label : 'API Keys' , objectName : 'api_key ' , icon : 'key' , order : 40 } ,
126- { id : 'nav_sessions' , type : 'object' , label : 'Sessions' , objectName : 'session ' , icon : 'monitor' , order : 50 } ,
122+ { id : 'nav_users' , type : 'object' , label : 'Users' , objectName : 'sys__user ' , icon : 'users' , order : 10 } ,
123+ { id : 'nav_organizations' , type : 'object' , label : 'Organizations' , objectName : 'sys__organization ' , icon : 'building-2' , order : 20 } ,
124+ { id : 'nav_teams' , type : 'object' , label : 'Teams' , objectName : 'sys__team ' , icon : 'users-round' , order : 30 } ,
125+ { id : 'nav_api_keys' , type : 'object' , label : 'API Keys' , objectName : 'sys__api_key ' , icon : 'key' , order : 40 } ,
126+ { id : 'nav_sessions' , type : 'object' , label : 'Sessions' , objectName : 'sys__session ' , icon : 'monitor' , order : 50 } ,
127127 ] ,
128128 } ) ;
129129 ctx . logger . info ( 'Auth navigation items contributed to Setup App' ) ;
0 commit comments