Network Management

Display an embedded Web page in SolarWinds Platform

This article provides instructions how to configure Custom HTML resource can be used to embed a web page in SolarWinds Platform.

First published date

10/10/2018 2:55 PM

Last published date

6/8/2026 3:52 PM

Overview

How to configure Custom HTML resource can be used to embed a web page in SolarWinds Platform

Product section

Orion Platform

Resolution

Important! When embedding web pages, ensure the source is secured using https.  If not, modern web browser will block the widget from displaying properly.

To access this functionality:

  1. From the Summary page, click Customize Page. This option appears on the upper right side of the page.
  2. Click the + (plus sign) in the column where the new resource is to appear.
  3. Select Custom HTML and then click Add Selected Resources.
  4. Click Done.
  5. When you return to the original Summary page, click Edit in the resource you wish to display. 
  6. Enter the following:
<span style="font-family: 'courier new', courier; font-size: x-small;">
    <iframe src="https://hco.demo.solarwinds.com/Orion/SummaryView.aspx?viewid=1" height="500" width="100%"></iframe>
</span>
  1. Click Submit.