Skip to main content

Adding an External Link to the Navigation Toolbar

It is possible to add an additional link into the HMP navigation toolbar that goes to an address of your choice:

  1. SSH into HMP and elevate to root access.
  2. Issue the following commands, where <url> is the full URL including the protocol identifier (e.g. https://), and <label> is the label used for the link in the toolbar:

    CODE
    set_config calypso.system_settings.externalUrlForLink.url "<url>"
    set_config calypso.system_settings.externalUrlForLink.label "<label>"

    For example:

    CODE
    set_config calypso.system_settings.externalUrlForLink.url "https://www.haivision.com"
    set_config calypso.system_settings.externalUrlForLink.label "Haivision Website"

    Note

  3. The change takes affect immediately. Refresh your web browser to see the results:

To remove the link from the toolbar use a blank string in the URL command:

set_config calypso.system_settings.externalUrlForLink.url ""

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.