Re: Dashboard Limitations
Posted: Fri Jan 29, 2016 2:45 pm
Ok, I figured out why this occurring, it all depends on WHERE you added the perfgraph from.
This ONLY impacts services.
If you add it from Home > Perfgraphs - it WILL NOT be clickable because you cannot click through on them there so you won't be able to in the dashboard either.
If you add it from Service Detail > Click on the service > Performance Graphs tab - It WILL be clickable (there and in the dashboard).
It all has to do with the mode= in the URL that is called when building the perfgraph, if mode=2 it's NOT clickable, if mode=3 it's clickable.
--
To fix the issue you would need to remove them from the dashboard and then re-add them from the service details page...
OR
I can take a look at a code solution for you next week.
Let me know what you'd like to do.
This ONLY impacts services.
If you add it from Home > Perfgraphs - it WILL NOT be clickable because you cannot click through on them there so you won't be able to in the dashboard either.
If you add it from Service Detail > Click on the service > Performance Graphs tab - It WILL be clickable (there and in the dashboard).
It all has to do with the mode= in the URL that is called when building the perfgraph, if mode=2 it's NOT clickable, if mode=3 it's clickable.
--
To fix the issue you would need to remove them from the dashboard and then re-add them from the service details page...
OR
I can take a look at a code solution for you next week.
Let me know what you'd like to do.