cockpit-config/cockpit-config.guard.ts
Properties |
|
Methods |
constructor(permissions: Permissions, appState: AppStateService, ecosystemService: EcosystemService)
|
||||||||||||
Parameters :
|
canActivate |
canActivate()
|
Returns :
boolean
|
get |
get()
|
Returns :
NavigatorNode
|
Protected Readonly configNode |
Type : NavigatorNode
|
Default value : new NavigatorNode({
path: `/${COCKPIT_CONFIG_PATH}`,
parent: gettext('Configuration'),
label: gettext('Application configuration'),
icon: 'imac-settings',
preventDuplicates: true
})
|