ecosystem/ecosystem-tabs.factory.ts
Properties |
|
Methods |
constructor(router: Router)
|
||||||
Parameters :
|
get |
get()
|
Returns :
Tab[]
|
ecosystemTabs |
Type : Tab[]
|
Default value : [
{
icon: 'c8y-modules',
priority: 1000,
label: gettext('All applications'),
path: 'ecosystem/applications'
},
{
icon: 'big-parcel',
priority: 999,
label: gettext('Packages'),
path: 'ecosystem/package-list'
},
{
icon: 'tab',
priority: 998,
label: gettext('Features'),
path: '/ecosystem/features'
}
]
|
Public router |
Type : Router
|