Commit af7caacd authored by Leo Iannacone's avatar Leo Iannacone

add view for disk usage graph

parent 90daeec8
......@@ -262,7 +262,7 @@ footer .info {
/* History page */
.ct-chart {
height: 180px;
width: 50%;
width: 100%;
float: left;
margin-bottom: 30px;
position: relative;
......
<% include header.ejs %>
<article class="page">
<article class="">
<header><h2>History</h2></header>
<p class="lead text-muted">
The log of packages
</p>
<div id="charts">
<div id="days-chart" class="ct-chart"></div>
<div id="distributions-chart" class="ct-chart"></div>
<div class="row" id="charts">
<div class="col-md-4">
<p class="lead text-muted">
The log of builds
</p>
<div id="days-chart" class="ct-chart"></div>
</div>
<div class="col-md-4">
<p class="lead text-muted">
Total packages
</p>
<div id="distributions-chart" class="ct-chart"></div>
</div>
<div class="col-md-4">
<p class="lead text-muted">
Disk usage
</p>
</div>
</div>
<div class="body" style="display: none">
<a id="download" class="btn btn-primary">Download current view</a>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment