Hi I would like to remove the all the links/buttons in the right-top screen of interface details,
so all the buttons must be removed , like telnet,ping, remote-desktop....
Is this possible and if so how can i do that ?
Thanx in advance.
I believe the file in question is encoded at the moment (/NetPerfMon/view.asp), but that is where the code is that handles this section of the pages.
I believe the next version (8.1) of Orion will not have the pages encoded (don't quote me on this) but if that is the case you should be able to easily edit this out.
Have a look at this post - http://www.thwack.com
You will see the telnet, http & rdp links & icons in this same file , right above the code I posted.[the resource.asp file in the ...\Inetpub\SolarWinds\NetPerfMon\Scripts]
My bad, I assumed the link code was part of the graph toolbar, but it actually displays above it.
As per Bryan, it is located in the view.asp code (I commented out this whole line by adding the text in bold red) :
<table width="100%" cellpadding="8"><tr valign="top"> <td nowrap class="PageHeader"> <!--%#@~^SQIAAA==~@#@&7iI/wKxknRqDrYP#rhR:rY^+@#@&77I/aWU/n qDrY~J,O~E,[PHnDr8L^DRPbY^+@#@&di]+kwGxk+ MkY~J@!zY9@*@!Y9P WADC2@*J~[,-41DsW@#@&d7(6PHWD~g+O}4N+mDPbdPgWOtbxL~Dt+ @#@&iddU PWKVk+Oq^G PEAMGhk+.EB1+O6(LnmD V+OhDKw+MYHcJ&nmb9N.nk/J*@#@&iddU PWKVk+Oq^G PEKsxYESg+Y68N+^Yc!YKMWa+DDXvEqh{)N9DndkJ#@#@&did?qPGW^/Y(mGU,JKqg!JB1nO}4Ln^DR!+DKMW2DDX`rnm.ls?ODbxLE*@#@&i7dUKKGs/Y&mGx~E:DCm]W!YnEB1+O6(LnmD V+OhDKw+MYHcJhl.ls?O.bxorb@#@&ddij KKW^/nY(^Kx~J"n:KYn9/3OGaJS1O}4%mDRMYh.Wa+.YH`E(h{b9[D//rb@#@&idiIn/2G /nRq.kD+~E@!4D@*E@#@&7dAU9P(6@#@&dd"+k2W /nRqDrOP.bnhcSlkO3DMWM@#@&dN7IAAA==^#~@%--> </td> <td nowrap class="ReportDetails" align=right><%=#@~^AwAAAA==HKhNAEAAA==^#~@%></td></tr></table>
This removes all the link icons at the top of a node details or interface details page.It's always a good idea to make a backup copy of any .asp or resource file you will be editing, just in case you have problems with your code.
Hi,
Ok thanx i will give it a try after making the backup.
But first i have to check if other customers are using the feature as this hack will be system wide.
Again thanx for your reply !!
Yes that dit the trick, problem solved.