Administration console customization

From Swivel Knowledgebase
Jump to: navigation, search


Overview

This page outlines customizations that can be made to the Swivel Administration console. Such customizations should only be carried out with agreement with Swivel support. Customizations will be overwritten on upgrade so will need to be backed up and reapplied to each Swivel instance after upgrade.


Prerequisites

Swivel 3.x


Custom modifications

Background Colours

The background colours are set by a style sheet called interface.css under pinsafe/interface

Appliance: /usr/local/tomcat/webapps/pinsafe/interface/interface.css

The key entry to change black to white on the background colour as shown below

  td#banner-left, td#banner-center, td#banner-bottomright {
  border-bottom: 1px solid black;
  background-color: white;
  color: white;
 }


The background colours are set by a style sheet called logo.gif under pinsafe/interface

Appliance: /usr/local/tomcat/webapps/pinsafe/interface/logo.gif


Testing

Known Issues

Troubleshooting