ZNAPZ B.V.
Original Message:
Sent: Mon April 07, 2025 12:25 PM
From: Aparna S V
Subject: Modifying the customHeaderPage.jsp in MAS
Thanks for the reply. I have done the changes from OCP terminal (maxinst pod). After this the changes are not reflecting. I assumed that pods will rebuild on its own, and i can see the changes, but its not. Am i missing any step here ?
------------------------------
Aparna S V
Original Message:
Sent: Mon April 07, 2025 06:10 AM
From: Bartosz Marchewka
Subject: Modifying the customHeaderPage.jsp in MAS
Hi @Aparna SV
The minimum changes that are required to have this style for environment header you can find below.
1. <customization-archive-root>/applications/maximo/maximouiweb/webmodule/webclient/customHeader/customHeaderPage.jsp
<div class="envRibbon"> <span>DEV-MASTER</span></div>
2. <customization-archive-root>/applications/maximo/maximouiweb/webmodule/webclient/skins/mas8/css/customHeaderPage.css
.mx--custom-header { padding: 0rem 1rem; min-height: 0rem; background: #acacac; display: flex; align-items: center;}.envRibbon { right: 50%; top: -35px; overflow: hidden; width: 25%; height: auto; text-align: center; position: fixed; left: 50%; transform: translate(-50%, 0%); background: linear-gradient(#40a020 0%, #008000 100%); box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); border-radius:50px/100%; z-index: 2;}.envRibbon span { padding-top: 38px; color: #EFEFEF; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); padding-bottom: 3px; color: white; display: inline-block; color: #EFEFEF; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);}
------------------------------
Bartosz Marchewka
IBM Maximo Consultant
AFRY
Original Message:
Sent: Mon April 07, 2025 05:15 AM
From: Andrzej Więcław
Subject: Modifying the customHeaderPage.jsp in MAS
Hi Aparna,
@Bartosz Marchewka can you fill in as you're the actual author of this specific header styling?
However if you're running MAS9+ then as @Jan-Willem Steur pointed out there might be better ways of achieving similar result across all MAS applications - not only local to MAS Manage. If you're interested then just have a look at Jan-Willem's replies in this thread.
------------------------------
Andrzej Więcław
Maximo Technical SME
ZNAPZ B.V.
Wrocław, Poland
Original Message:
Sent: Mon April 07, 2025 05:06 AM
From: Aparna S V
Subject: Modifying the customHeaderPage.jsp in MAS
Hi,
I have a similar requirement, could you please let me know what changes have you done to achieve the change(Red header)?
Thanks in advance.
------------------------------
Aparna S V
Original Message:
Sent: Thu August 08, 2024 12:58 PM
From: Andrzej Więcław
Subject: Modifying the customHeaderPage.jsp in MAS
Hi Vincent,
as Chandan mentioned the file can be found in the maxinst
POD under /opt/IBM/SMP/maximo/applications/maximo/maximouiweb/webmodule/webclient/customHeader
.
Once you apply desired changes put it under <customization-archive-root>/applications/maximo/maximouiweb/webmodule/webclient/customHeader
in order to apply it back.
If you put some love into CSS styling then you can get something like this.
------------------------------
Andrzej Więcław
Maximo Technical Consultant
AFRY
Wrocław, Poland
Original Message:
Sent: Wed August 07, 2024 07:09 AM
From: Vincent Wanders
Subject: Modifying the customHeaderPage.jsp in MAS
I found the text below somewhere on a ideas page of IBM.
"There is an existing slot below the black header bar of Manage that can be used to achieve this. It would display any custom information you might want, including the environment name/type. Try the system property: mxe.webclient.customPageHeader=true, and then add your custom content to this file:
applications\maximo\maximouiweb\webmodule\webclient\customHeader\customHeaderPage.jsp"
Setting the mxe.webclient.customPageHeader = True brings up indeed the custom Header. So that is good!
I want to edit this jsp file but the question is where can I find this file?
------------------------------
Vincent Wanders
------------------------------