Hide User Console Home perspective widgets
The User Console default Home perspective contains the Getting Started widget, which has easy instructions and tutorials for evaluators.
Perform the following steps to hide not only the Getting Started widget, but also other Home perspective widgets, as needed:
Shut down the Pentaho Server if it is currently running.
Choose one of the following options depending on your deployment status:
If you have not yet deployed, navigate to the
/pentaho-platform/user-console/source/org/pentaho/mantle/home/properties/config.properties
file.If you have manually deployed and want to hide widgets later, navigate to the
/pentaho-server/tomcat/webapps/pentaho/mantle/home/properties/config.properties
file.
Find the line that starts with
disabled-widgets=
and type in the ID of the widget getting-started, as shown in the following example:disabled-widgets=getting-started,recents,favorites
You can also hide the Recents and Favorites widgets using the same method, as shown here. Save and close the file.
Save and close the file.
Locate the
/pentaho-server/tomcat/webapps/pentaho/mantle/home
directory and open theindex.jsp
file with any text editor.Find the following line of code and comment it out, then save and close the file.
<script language='JavaScript' type='text/javascript' src='http://admin.brightcove.com/js/BrightcoveExperiences.js'></script>
Start the Pentaho Server and log in to the User Console.
You now have a Home page without the specified widgets.
Last updated
Was this helpful?