How to Add a Disclaimer to iDash Login Page
search cancel

How to Add a Disclaimer to iDash Login Page

book

Article ID: 44219

calendar_today

Updated On:

Products

iDash Workload Automation

Issue/Introduction

The ability to add client-site specific text to the product login page can be advantageous for various reasons, such as legal disclaimer, server details, etc.  How can I add a corporate legal disclaimer on the iDash login page?

 

 

Environment

Release: WKLAID99000-12-Workload Automation-iDash
Component:

Resolution

  1. On the iDash server, navigate to <IDASH_HOME>/tomcat8/webapps/idash/ui/login/
  2. Copy the file named index.html outside of this location then open the original file for modification.
  3. Search for the following section:

     <!-- Add your site or application content here -->

     <div id="outer" class="page-centered-outer" ng-view="">

     </div>

  1. Place text after the closing tag.

Additional Information

  1. An assumption is made that the URL used is idash-server:port/idash/ui/login/#/
  2. Using this specific location the inserted text will appear at the lower-left of the iDash login page.