This document is applicble to Helical Insight version 5.0 and onwards. In this document we are going to use JS and CSS to customize the login page. We use CSS for styling and JS for changing the actual content of an element in the DOM. Customization with CSS : 1. To style the total background
Read More
In order to remove default admin and default user buttons from login page of Helical Insight application, we need to follow below steps: Go to the location where Helical Insight application is installed. Now search for ‘loginBody.jsp’ file which is located at “webapps/hi-ee/WEB-INF/jsp/login/loginBody.jsp” directory Open ‘loginBody.jsp’ Comment the following section of code as shown below.
Read More
In some other blogs we have covered white labeling overview. In this blog we are going to cover how to remove the License Details from the home page, footer which has copyright Helical Insight and “Click Here to know more details. Below we have described the steps in details for one of the sample use
Read More
NOTE: This blog is relevant to version 1.0 of Helical Insight and will not work for any other version. You can know the version from the bottom left (above file browser) or from the admin page. Note: This article doesn’t change any functionality or styles of normal application flow. Instead, changes are made in such
Read More