2 Replies Latest reply on Oct 25, 2007 3:35 PM by peterj

    Hide Dashboard link

    rodiere

      hello,

      is there a way to hide /delete Dashboard link within top right corner ?

      Thanks,

      stephane

        • 1. Re: Hide Dashboard link
          lucboudreau

          I'm also interrested in the solution to this request.

          • 2. Re: Hide Dashboard link
            peterj

            Removing the "dashboard" portal description from jboss-portal.sar/conf/data/default-object.xml does not work (end up with an npe, there must be more things I would need to remove).

            But removing this line from jboss-portal.sar/portal-core.war/WEB-INF/jsp/header/header.jsp should work:

            %> <a href="<%= dashboardURL %>">Dashboard</a> |<%