Hi,
im working on Dashboards at the moment & tried to get a better understanding by looking into the example dashbords on the ziine Dataminer:
https://ziine.skyline.be/dashboard/#/db/Dashboard%20showcases/General%20Alarm%20Report.dmadb
As I have no edit rights, I also cannot look into the "Edit".
I would like to see how this dashboards are working (queries, filter, connection between the elements, ...),
so i can adapt it onto my system.
I tried do create the "General Alarm Dashboard" on my own, but it isn't nearly as performativ as the one on the ziine Dataminer. I guess there is an other method to pull alarms, but i cannot look into it without edit rights.
So the question: Is there a way to copy the dashboards or look at the settings without edit rights?
Hi Thomas,
You can deploy this dashboard on your own DMA with a little trick. In Visual Studio, make sure you have DIS installed and create a new DataMiner Package Project.

Then, in the top bar, go to Extensions > DIS > Connect to ZIINE. (You might need to add it in the Settings first...)

Next, inside the package project itself, locate the PackageContent/Dashboards folder. Right-click it, and you should see the option to import the dashboard from ZIINE.


Now that you've created a new package containing this dashboard, open the package's .xml file and publish it to your own DMA. The dashboard will then be deployed on your own DMA and you can edit what you want :)!
Hope this helps!