Integrate EYE+ Studio dashboard
EYE+ Studio dashboard can be integrated in your application dashboard by accessing a specific URL to display only some elements of the Home page.
Full screen dashboard
By accessing <URL>/dashboard/fullscreen
, you have access to a version of the dashboard without the top menu and also
without the right scrollbar if the content is tall enough to display everything.
Image only
By accessing <URL>/dashboard/image
, you have access only to the latest image with the overlay but without any other
elements.
The image displayed is the first one. By adding an offset to the URL, for example <URL>/dashboard/image-1
you will
have access to the image with an offset of 1, so the second image. This corresponds to the position of the image in the
image list on the full dashboard.
Note
If the offset corresponds to no image, an infinite loading animation will be displayed.