Updates to index.html to add text to Console GUI

Overview

You want to make a change to add text to the Console GUI and want to know if a restart is required.

Solution

To add text to the Console GUI update the index.html file in the following path:

/opt/sensage/latest/jboss/server/default/deploy/ROOT.war/index.html and add the text.

Here is an example of adding the text

<div id="version_info">
version 1.1.1 <br>
comapny name to be added here <br>
some other text
</div>

The changes apply immediately, with no need to restart the Analyzer or clear the browser's cache.

Comments

0 comments

Please sign in to leave a comment.