Fleio frontend

The minified frontend code is in path /var/webapps/fleio/frontend/.

The frontend uses the following technologies:

You can make a few basic settings, like changing the top logo, default language, default items list display style (material design card or table), from the constants.js file. Read more in Frontend settings.

Important

If you are adding or changing Fleio files, other than Fleio setting files that are stored in docker volumes, see Adding or changing files in Fleio docker images.

If you want to add your own code to the Fleio frontend in a safe way, without changing core files (and avoiding future merge work on every update) see Example: Change favicon, add custom CSS and Google Analytics.