This article only applies to the Classic JOC Interface
The Classic JOC user interface is entering retirement:
FEATURE AVAILABILITY ENDING WITH RELEASE 1.11
The JOC Cockpit user interface replaces the Classic JOC interface:
FEATURE AVAILABILITY STARTING FROM RELEASE 1.11
No prevision is planned for layout modification in the JOC Cockpit.General
- JOC is provided with a CSS file for customising the layout.
- The CSS file is located in SCHEDULER_DATA/config/operations_gui/custom.css
- You cannot change all colors etc. in JOC
- When you open the custom.css then you find an example in a comment
Example
body.top div.top {background:yellow;} body.top div.bottom {background:yellow;} #backup::before {content:"TEST";display:inline-block;margin:4px 10px 0; color:#444;}
With this above css styles you get the following
In this example the html element with id "backup" is used to write "TEST". Usually in the element "backup" a note is written if the JobScheduler is a Backup-JobScheduler in a passive cluster