AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers.

This commit is contained in:
Chris Houseknecht
2014-02-06 00:58:30 -05:00
parent 9f40862676
commit e17d076e55
4 changed files with 658 additions and 719 deletions

View File

@@ -7,7 +7,7 @@
"jquery": true,
"esnext": true,
"globalstrict": true,
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true },
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true, "jsyaml":false },
"strict": false,
"quotmark": false,
"smarttabs": true,