Hello,
So far I have been trying to find a way to get this feature on a dashboard and as anyone who has spent a ton of time on this forum, reading every thing I can find, on how to make it work and how it has been a feature request for a year. I came up with making it with Iframes, BUT there is an issue, The Iframe logs out of Solarwinds so I am constantly having to click the log in button in the Iframe. Does anyone know how to make this stay logged in? And yes the Disable Session Timeout is set to "Yes".
Here is the code and yes it works, fine until the logout.
<div style="border: 3px solid rgb(0, 0, 255); overflow: hidden; margin: 15px auto; max-width: 1650px;">
<iframe scrolling="yes" src="/ui/netpath" style="border: 0px none; margin-left: -10px; height: 850px; margin-top: -50px; width: 1650px;">
</iframe>
</div>
Is there code I can put in the iframe to stop it from logging out the user?