Installed FontAwesome 4. Modified form and list generation to force icon selection through a single method so that icons, icon sizes and button colors are all consistent. Everything seems to be working now with the exception of the status bubbles on list pages. Will need to modify ansible-ui.less anc change the unicode strings to new FontAwesome values.

This commit is contained in:
Chris Houseknecht
2013-12-20 23:16:52 +00:00
parent e16e5a0dfa
commit d02d2ebf15
41 changed files with 944 additions and 1688 deletions

View File

@@ -94,7 +94,7 @@ dbchange:
# access database shell, asks for password
dbshell:
sudo -u postgres psql -d awx
sudo -u postgres psql -d awx-dev
# Run the built-in development webserver (by default on http://localhost:8013).
runserver: