With the 12.0 update to Orion, I've lost the ability to modify the default Orion pages. I'd like to know how I can do the following, because it's causing issues for us. Please see the attached picture (I couldn't in-line the image for some reason, sorry).
I want to remove the reference/breadcrumb to the device in my customer port views. I don't want customers seeing stats about the device their port is on. I previously was able to edit the InterfaceDetails.aspx file to comment out the following code:
<img src="<%= ((SolarWinds.Orion.NPM.Web.Interface) this.NetObject).Node.Status.ToString("smallled", null) %>" alt="Status" /> <npm:NodeLink runat="server" NodeID='<%$ Code: string.Format("N:{0}", this.NetObject["NodeID"]) %>' />
But now that the site is pre-compiled, I don't know how to do this. Can anyone help me out here?