In release 2.4.4.3 or later, you can add custom colors and logo to a gateway's web interface by modifying the configuration file. The configuration file can be edited using a text editor supporting XML documents, e.g., Notepad++.
The following parameters can be modified or added to the configuration file to customize the related user interface elements:
|
|
These portions of the UI are affected by this customization:
</ManagementServer> <UserInterface> <TextColor>000000</TextColor> <ButtonColor>FFFFFF</ButtonColor> </UserInterface> <Layer2Bridging> |
Some of the parameters have specific requirements that you should keep in mind when modifying the configuration file.
Note: The binary (.gif) image can be encoded to a base64 string using available tools. (e.g. Try using an online tool such as this one.)
All color parameters must be in RGB hexadecimal notation (e.g., FFFFFF for white). For a complete list of color definitions, see the W3 Schools HTML Color Names reference.
Below is a sample configuration file with custom user interface parameters.
The discussion contents have been corrected and the screen captures added back in. Thanks for letting us know about this issue.
Page has links to westage.supportcommunity.adtran.com that requires a login.
so images do not load and links are not accessible.
We just became aware of the incorrect graphic destination and are working to fix it.
The discussion contents have been corrected and the screen captures added back in. Thanks for letting us know about this issue.
Thanks for fixing the links.
My first attempt did not work, but I found that the TR-069 connection to the sandbox had added a <UserInterface> tag that was below my new tag. Once I combined them it started working.
Thanks for your help.