ACME-OUI / acme-web-fe

acme over arching user interface (acme web front end)
acme-web-fe.ornl.gov/acme
Apache License 2.0
1 stars 6 forks source link

More better DV integration #181

Open chaosphere2112 opened 8 years ago

chaosphere2112 commented 8 years ago

We want to make it so the dashboard can directly embed diagnostics viewer output. This should be pretty doable by doing basically what the Diagnostics Viewer does: embedding iframes of a couple of views.

This path:

"/output/" + dataset + "/" + package + "/"

will get you the index page for the package. From there, you need to open paths inside the package (by appending them to the end of the URL), like so:

/output/2/amwg/set_5/index.html

I'll try and simplify this somewhat for your consumption, so we can just have one shared view that we both can access. This will probably need to be broken into a few subtasks, which I'll open separately and link to from here:

sterlingbaldwin commented 8 years ago

+1