Hello,

How can I disable "Welcome to PRTG" Page in Drop Menu of Main Menu?

Thank you very Much!


Article Comments

Open up <prtg app directory>\webroot\js\scripts_custom.js and add the following line:

$("#main_menu > li:nth-child(1) > ul > li:nth-child(7)").remove();

It will be dynamically removed then :)


Jun, 2016 - Permalink