I'm creating a custom view for technical support. I liked the widgets in the dashboards, but I couldn't integrate them into my view, so I decided to create my own using Swis.
How to install:
1. Rename .txt то HTML fnd copy to c:\Program Files\SolarWinds\Orion\Web\Orion\NetPerfMon\
2.On custmom VIEW add Add WIDGETS Custom HTML
3. Insert code
<style>
#groupsContainers {
display: flex;
flex-wrap: wrap;
gap:0 10px;
justify-content: flex-start;
min-height: 300px;
padding: 10px 0 0 10px;
}
.group-blocks {
width:308px;
overflow: auto;
}
iframe {overflow: hidden; height: 290px;}
</style><div id="groupsContainers"><div class="group-blocks"><iframe frameborder="0" width="100%" src="/Orion/NetPerfMon/uptime.html" ></iframe></div><div class="group-blocks"><iframe frameborder="0" width="100%" src="/Orion/NetPerfMon/alerts.html" ></iframe></div><div class="group-blocks"><iframe frameborder="0" width="100%" src="/Orion/NetPerfMon/hardware.html" ></iframe></div><div class="group-blocks" style="width:350px;"><iframe frameborder="0" width="100%" src="/Orion/NetPerfMon/node.html" ></iframe></div></div>
4. Enjoy!