banana icon indicating copy to clipboard operation
banana copied to clipboard

Have several dashboards

Open rdubreui opened this issue 10 years ago • 1 comments

Hi, I want to know if you are aware of the method to use for have two or three dashboard operational ; because I’m not. u_u

My project is: I have a Menu that is implemented over index.html and on this menu, the user will choose which dashboard he want to see.

But where is the path I have to change to go to dashboards/dashboard_one.json or dashboards/dashboard_two.json ? Do I have to have two service/dashboard.js ? two index.html ? May I have to make changes in partials/dashboard.html or in partials/dashloaders.html ?

My question can be resumed as: where does the service 'dashboard' (from services/dashboard.js) is called ? -- is it app/controllers/dashLoader.js ? (so which html is calling dashLoader.js ?) →I saw it was index.html. -- what is the link between dashLoader.js and dashboard.js ?

Thanks for your feedback.

rdubreui avatar Sep 04 '15 15:09 rdubreui

for call diferent dashboards try

BANANAURL/index/dashboar/file/mydashboard.json

remember that mydashboard.json must be in BANANADIR/app/dasboards directory

elvissuarez avatar Oct 08 '15 21:10 elvissuarez