Disable or Hide Welcome Page
Modified on 2025-06-10 22:17:03 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Important: We no longer maintain this article. The information might be out of date.
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
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
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