You can modify some display features of the Rundeck GUI by setting these properties in the rundeck-config.properties file:

PropertyDescriptionExample
rundeck.gui.titleTitle shown in app headerTest App
rundeck.gui.logoLogo icon path relative to webapps/rundeck/images dirtest-logo.png
rundeck.gui.logo-widthIcon width for proper display (32px is best)32px
rundeck.gui.logo-heightIcon height for proper display (32px is best)32px
rundeck.gui.titleLinkURL for the link used by the app header icon.http://rundeck.org
rundeck.gui.helpLinkURL for the "help" link in the app header.http://rundeck.org/ docs
rundeck.gui.realJobTreeDisplaying a real tree in the Jobs overview instead of collapsing empty groups. Default: truefalse
rundeck.gui.startpageChange the default page shown after login. values: 'run','jobs' or 'history'. Default: 'run'.'jobs'
rundeck.gui.execution.tail.lines.defaultChange the default number of lines shown in the execution page in tail mode view. (Default: 20)50
rundeck.gui.execution.tail.lines.maxChange the maximum number of lines shown in the execution page in tail mode view. (Default: 100)200
rundeck.gui.enableJobHoverInfoShows job information when the user hovers over a job name in various pages. (Default: true)false