Customizing the Help drop-down menu on the Web Console navigation bar

Solution Unverified - Updated -

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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content