Currently Installed Version 13.2.3.2236+
In the prior version of PRTG I was able to modify the customerscripts.js with a line such as:
_Prtg.Core.objects.nameColumnWidth=300;
But since upgrading to the latest release this no longer works.
Is there a new method?
Thank you in advance.
Article Comments
Sorry this is really broken in 13.2.22XX and will be fixed in the next release.
in the meanwhile you can edit the file <PRTG>\webroot\javascript\_Prtg.Core.js and search therein for nameColumnWidth (it's near the end of the file) and set the appropriate value.
nameColumnWidth:300;
Jun, 2013 - Permalink
Sorry this is really broken in 13.2.22XX and will be fixed in the next release.
in the meanwhile you can edit the file <PRTG>\webroot\javascript\_Prtg.Core.js and search therein for nameColumnWidth (it's near the end of the file) and set the appropriate value.
nameColumnWidth:300;
Jun, 2013 - Permalink