Is there a way to port the WHD widget into NPM so we can view ticket status in NPM?
Hi Michael,
You can set this up in the Orion Web Console by adding a custom HTML resource and embedding the Web Help Desk website into it using the HTML <iframe> tag. Here's an example of what that looks like:
<style type="text/css">
iframe { overflow:hidden; }
</style>
<iframe src="">webhelpdesk.example.com" width="100%" height="1100px">
</iframe>
For full instructions, see Embedding Web Help Desk into the SolarWinds Orion Web Console.
There is also known Feature Request to have a separate widget with node specific tickets and I'd like to ask you to use our Web Help Desk ideation space to create such FR there or vote. That would help other users to comment and vote and help us to decide.
Thanks!
Peter
Peter,
Thank you for the reply. Guess I should have looked in the manual. I was able to cut and paste your example and added it to a custom HTML resource. (Worked). I also submitted a feature request on the individual widget idea.
Mike
Thanks Mike!