cmusatyalab / elijah-openstack

Elijah OpenStack integration
http://elijah.cs.cmu.edu/
Apache License 2.0
27 stars 26 forks source link

FontAwesome library is missing causing logout icon to be unshown #13

Open teiszler opened 6 years ago

teiszler commented 6 years ago

FontAwesome icons are used for the logout button, but the library is missing. This could either be remedied by adding an Ansible task to the cloudlet-gateway role to place the library in the proper directory or figuring out how to get flask_assets to automatically pull this library in like it does with jQuery and Bootstrap.