Clean up. Removed grey background from forms appearing inside accordions. Fixed border on tables innside accordions. Made action labels disappear on small and xtra small viewports. Updated javascript packages. Created a bower.json file. Installed anuglar-scheduler. Added schedule icon to job templates page. Shrunk pagination font.

This commit is contained in:
Chris Houseknecht
2014-03-07 18:31:15 -05:00
parent 129fed0c64
commit 15a08232e0
290 changed files with 68906 additions and 2679 deletions

28
bower.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "ansible-commander",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"awx/ui/static/lib",
"test",
"tests"
],
"dependencies": {
"angular-codemirror": "~1.0.2",
"angular-cookies": "~1.2.12",
"angular-md5": "~0.1.7",
"angular-resource": "~1.2.12",
"angular-sanitize": "~1.2.12",
"angular-scheduler": "*",
"bootstrap": "~3.1.1",
"components-font-awesome": "~4.0.3",
"less.js": "~1.6.3",
"select2": "~3.4.5",
"sizzle": "1.10.16"
},
"resolutions": {
"angular": "1.2.15-build.2398+sha.4bab3d8"
}
}