I have a view defined for my Data Centre UPS Devices in which I would like to add a view of the UPS Status Page which consists of Custom HTML as shown below
<div style="text-align:center;">
<iframe align="center" src="http://aaa.bbb.ccc.ddd/MainPage.htm" name="Name"
width="800" height="500">
</iframe>
</div>
where aaa.bbb.ccc.ddd is the IP Address of the UPS device.
Is it possible to use a variable within the custom HTML, ie. http://$IP/MainPage.htm and if so, what is the syntax?