mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
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:
28
bower.json
Normal file
28
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user