summaryrefslogtreecommitdiffstats
path: root/templates/statistics/memory.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-04 21:13:36 +0100
committerSimon Rettberg2015-12-04 21:13:36 +0100
commit19429f6dddb1403b226432cf3118be09962a1d22 (patch)
tree0f4bcb564a4a6063023e8d9bfe759e8a3915dbf0 /templates/statistics/memory.html
parentJS: Use documentLoaded event where possible (diff)
downloadslx-admin-19429f6dddb1403b226432cf3118be09962a1d22.tar.gz
slx-admin-19429f6dddb1403b226432cf3118be09962a1d22.tar.xz
slx-admin-19429f6dddb1403b226432cf3118be09962a1d22.zip
[statistics] More tweaks, add detailed memory information, show system manufacturer if known
Diffstat (limited to 'templates/statistics/memory.html')
-rw-r--r--templates/statistics/memory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/statistics/memory.html b/templates/statistics/memory.html
index 1ebfbae0..f4d2ad24 100644
--- a/templates/statistics/memory.html
+++ b/templates/statistics/memory.html
@@ -5,7 +5,7 @@
</div>
<div class="panel-body">
<div class="row">
- <div class="col-md-6">
+ <div class="col-sm-6">
<table class="table table-condensed table-striped">
<tr>
<th>{{lang_ramSize}}</th>
@@ -19,7 +19,7 @@
{{/rows}}
</table>
</div>
- <div class="col-md-6">
+ <div class="col-sm-6">
<canvas id="ramsizechart" style="width:100%;height:250px"></canvas>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {