First attempt at adding a graph to job detail page.

This commit is contained in:
chouseknecht
2014-05-15 03:51:34 -04:00
parent 69aa991499
commit a895c6beea
7 changed files with 260 additions and 156 deletions

View File

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