Browse Source

move disk html in main

windows
Florian N 12 years ago
parent
commit
45fee45dc7
  1. 14
      templates/disk.html
  2. 15
      templates/main.html

14
templates/disk.html

@ -1,14 +0,0 @@
<table class="table table-hover table-condensed table-bordered" >
<thead>
<tr>
<th>Filesystem</th>
<th>Size</th>
<th>Used</th>
<th>Avail</th>
<th>Use %</th>
<th>Mounted</th>
</tr>
</thead>
<tbody id="get-disk">
</tbody>
</table>

15
templates/main.html

@ -127,7 +127,20 @@
</div> </div>
<!-- /widget-header --> <!-- /widget-header -->
<div class="widget-content"> <div class="widget-content">
{% include 'disk.html' %}
<table class="table table-hover table-condensed table-bordered" >
<thead>
<tr>
<th>Filesystem</th>
<th>Size</th>
<th>Used</th>
<th>Avail</th>
<th>Use %</th>
<th>Mounted</th>
</tr>
</thead>
<tbody id="get-disk">
</tbody>
</table>
</div> </div>
<!-- /widget-content --> <!-- /widget-content -->
</div> </div>

Loading…
Cancel
Save