Commit af7caacd authored by Leo Iannacone's avatar Leo Iannacone

add view for disk usage graph

parent 90daeec8
...@@ -262,7 +262,7 @@ footer .info { ...@@ -262,7 +262,7 @@ footer .info {
/* History page */ /* History page */
.ct-chart { .ct-chart {
height: 180px; height: 180px;
width: 50%; width: 100%;
float: left; float: left;
margin-bottom: 30px; margin-bottom: 30px;
position: relative; position: relative;
......
<% include header.ejs %> <% include header.ejs %>
<article class="page"> <article class="">
<header><h2>History</h2></header> <header><h2>History</h2></header>
<p class="lead text-muted"> <div class="row" id="charts">
The log of packages <div class="col-md-4">
</p> <p class="lead text-muted">
<div id="charts"> The log of builds
<div id="days-chart" class="ct-chart"></div> </p>
<div id="distributions-chart" class="ct-chart"></div> <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>
<div class="body" style="display: none"> <div class="body" style="display: none">
<a id="download" class="btn btn-primary">Download current view</a> <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