mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
initial dashboard changes added to home view
added newDash.js, dummy data files, and nv.d3.js
This commit is contained in:
30
awx/ui/static/less/new-dashboard.less
Normal file
30
awx/ui/static/less/new-dashboard.less
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user