Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: EJBCA 8.0.0
-
Component/s: CA UI
-
Provenance:PrimeKey Roadmap
-
Issue discovered during:Another issue
Description
The CA UI currently uses a JSP file for the header, embedded in an iframe (except for the default logo).
As we are going to remove all JSP in 8.0, we need to replace this.
I suggest that we replace the current system with the following:
- A select box to select between the built-in header logos or a custom one (Default/Test/Acc/Warning/Custom)
- A logo upload, for custom logos, where the logo is stored in the database, in a separate row in GlobalConfigurationData
This would also remove the need for adding files to the source tree and rebuilding to add a custom header (i.e. currently it is not possible to have a custom header on appliance)