Customizing the Help drop-down menu on the Web Console navigation bar
Issue
In Openshift 3.1 it was possible to add a custom link in the header of the navigation bar in the Web Console in the following way:
The following script adds a link into the web console header:
$(".navbar-utility").prepend('<li><a href="http://example.com/status/">System Status</a></li>');
Save this script to a file, for example nav-link.js, and add it to the master configuration file:
assetConfig:
...
extensionScripts:
- /path/to/nav-link.js
This method is no longer possible in Openshift 3.2 as the implementation has changed.
Environment
Openshift Enterprise 3.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
