Wrap footer in container-fluid
This commit is contained in:
parent
5e2d4bc325
commit
bebb1017fd
|
@ -363,7 +363,6 @@ echo $Server->Name();
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|
||||||
|
@ -379,15 +378,9 @@ echo $Server->Name();
|
||||||
<li><?php echo translate('Load') ?>: <?php echo getLoad() ?></li>
|
<li><?php echo translate('Load') ?>: <?php echo getLoad() ?></li>
|
||||||
<li><?php echo translate('Disk') ?>: <?php echo getDiskPercent() ?>%</li>
|
<li><?php echo translate('Disk') ?>: <?php echo getDiskPercent() ?>%</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- End .footer -->
|
</div> <!-- End .footer -->
|
||||||
|
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue