Internal documentation only
This page has been marked as draft.
Changing the "ITRS OP5 Monitor" images which are prominently used on the login page and at the top left corner of the GUI
Some clients preferred to replace “ITRS OP5 Monitor” images with their company logo as a sort of rebranding. While some are for better visibility as they monitor multiple customers thus viewing multiple OP5 GUIs.
That can be possible by the following steps:
1.) Log into your monitor Master server.
2.) Change directories to brands folder:
# cd /opt/monitor/op5/ninja/application/views/brands/
3.) Move om_menu.png and default.png to a different directory to save them, you can alternatively create a new directory under the brands directory and move them to that folder.
4.) Add your company’s .png image to the brands directory.
5.) Ensure to rename your file to om_menu.png and default.png (There must be two copies in the directory in order to work)
6.) Go to /opt/monitor/op5/ninja/modules/license/views/brands folder. The same with step 3, you can create a new directory under the brands folder. In this example, orig folder was created
# cd /opt/monitor/op5/ninja/modules/license/views/brands ; mkdir orig
7.) Under /opt/monitor/op5/ninja/modules/license/views/brands folder move itrs_op5_expanded.png to newly created folder.
# mv itrs_op5_expanded.png orig
8.) Refresh the page.
In the example below, I used ITRS Company logo to replace “ITRS OP5 Monitor” images.
Before:
After:
Please note, that the change will revert to its original looks once an OP5 upgrade is performed.