UI Customization
Objective
Soajs UI can be customized to support user needs. This can be done by replacing theme files inside soajs.dashboard.ui.
Dashboard Files Schema
Folder Schema
soajs.dashboard.ui
themes
default
css
directives
font
img
Logo Image Customization
- The file favicon.png is the logo file
- make sure u name the new logo the same file
- The file app.css is the css file that is used to customize the css of the the logo.
Example:
Logo Name Customization
- The file header.tmpl is the where the name of the logo is set.
- create the file with same name in the directives folder
- copy the below HTML to the file you created
- replace ___title___ with the logo of the name you want.