What product/components do you use and which version/fix level are you on?
angular - 12.2.14
c8y/client: “1014.0.232”,
c8y/ngx-components: “1014.0.232”,
c8y/ng1-modules: “1014.0.232”,
Is your question related to the free trial, or to a production (customer) instance?
production
What are you trying to achieve? Please describe it in detail.
We are creating own application (not extending existing like cockpit/device management), and we would like to include Dashboard in our view, pass device data and show same dashboard as in cockpit.
We have created Hybrid application, added c8y-content-dashboard, added ng1.ts to have all default widgets visible.
Now we are struggling to pass either managed object or context to the dashboard. Now when showing the dashboard it throws an error (probably for not having context).
In the documentation for websdk/ngx-components/components/ContextDashboardComponent it says you can put mo (ManagedObject) and show a dashboard for it but it was not working for us ( Can’t bind to ‘mo’ since it isn’t a known property of ‘c8y-context-dashboard’.)
Is there any documentation/example on how to either pass managedObject to dashboard or create routing like in cockpit that will pass necessery context to dashboard?
Do you get any error messages? Please provide a full error message screenshot and log file.
Have you installed all the latest fixes for the products and systems you are using?
Yes