Setting up logo and banner

This topic provides instructions for setting up logo and banner for your organization in the Release Process Management (RPM) UI. 

You can set up any .jpeg, .jpg, png, or .gif image as the logo of your organization. The logo appears in the upper right corner of the UI.

to set up the logo, do the following:

  1. Navigate to  System > Settings > Logo and Banner. 
  2. In the Logo section, click Upload Image.
  3. Browse to the image that you want to set up as a logo.

    Note

    You can upload an image of maximum 2 MB size.

  4. Click Save.
     The logo appears in the upper right corner of the UI.

To remove the logo, select the Remove checkbox and click Save.

Setting up the banner

You can add a banner to the authentication page to notify users of any important information.

Note

You can display maximum 4000 characters in the banner.

To set up the banner, do the following:

  1. Navigate to System > Settings > Logo and Banner. 
  2. In the Banner section, select the Enable HTML checkbox in order to start entering the banner text.
  3. Enter the banner text in one of the following formats:
    • Plain text. The banner text on the authentication page will be left aligned.
    • HTML inline style. The banner text on the authentication page will be formatted according to the style specified. For example:

      <span style="color: red"> Banner text </span>
    • HTML style tag. The banner text on the authentication page will be formatted according to the style specified. For example: 

      <style>
      .color_class {
        color: red;
      }
      </style>
      <span class="color_class"> Banner text </span>
      
      
  4. Click Save.

When you clear the Enable HTML checkbox after saving, the banner disappears from the authentication page and text remains as is.

Setting up the app notification

You can add a notification message on all the pages of BMC Release Process Management 5.0 to notify users about any important information.

Important

You can display a maximum of 250 characters in the notification text.

 To set up the app notification, perform the following steps:

  1. Navigate to System > Settings > Logo and Banner.
  2. In the App Notification section, select the Enable Notification checkbox.
  3. Enter the notification text that you want to display at the top of every page.
  4. Click Save.

The notification message is displayed at the top of the page as follows:

When you clear the Enable Notification checkbox after saving, the notification disappears from all the pages.

Was this page helpful? Yes No Submitting... Thank you

Comments