initial dashboard changes added to home view

added newDash.js, dummy data files, and nv.d3.js
This commit is contained in:
Jared Tabor
2014-06-26 10:32:36 -04:00
parent 2d642c58d7
commit e5a89ff976
166 changed files with 69561 additions and 5 deletions

View File

@@ -0,0 +1,30 @@
/*********************************************
* Copyright (c) 2014 AnsibleWorks, Inc.
*
* new-dashboard.css
*
* custom styles for the new dashboard
*
*/
#sync-failure {
color:red;
}
.job-status-graph, .host-count-graph{
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}