summaryrefslogtreecommitdiffstats
path: root/templates/statistics/machine-usage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/statistics/machine-usage.html')
-rw-r--r--templates/statistics/machine-usage.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/templates/statistics/machine-usage.html b/templates/statistics/machine-usage.html
deleted file mode 100644
index ffaa747b..00000000
--- a/templates/statistics/machine-usage.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<div class="row">
- <div class="col-md-12">
- <div class="panel panel-default">
- <div class="panel-heading">
- {{lang_usageDetails}}
- </div>
- <div class="panel-body">
- <div class="row">
- <div class="col-sm-6">
- <table class="table table-condensed">
- <tr>
- <th>Type</th>
- <th>When</th>
- <th>Length</th>
- </tr>
- {{#rows}}
- <tr>
- <td><span class="glyphicon glyphicon-{{glyph}}"></span></td>
- <td>{{from}}</td>
- <td>{{duration}}</td>
- </tr>
- {{/rows}}
- </table>
- </div>
- <div class="col-sm-6">
- <table class="table table-condensed">
- {{#hasrows2}}
- <tr>
- <th>Type</th>
- <th>When</th>
- <th>Length</th>
- </tr>
- {{/hasrows2}}
- {{#rows2}}
- <tr>
- <td><span class="glyphicon glyphicon-{{glyph}}"></span></td>
- <td>{{from}}</td>
- <td>{{duration}}</td>
- </tr>
- {{/rows2}}
- </table>
- </div>
- </div>
- <div class="timebar">&nbsp;{{{graph}}}</div>
- <div>
- {{lang_timebarDesc}}
- </div>
- </div>
- </div>
- </div>
-</div>