Add #page div for consistency also we are going to use it instead of #content for flexbox
parent
3e1c816914
commit
5a990cb9cb
|
@ -164,8 +164,8 @@ if ( $show_storage_areas ) $left_columns += 1;
|
||||||
|
|
||||||
xhtmlHeaders(__FILE__, translate('Console'));
|
xhtmlHeaders(__FILE__, translate('Console'));
|
||||||
getBodyTopHTML();
|
getBodyTopHTML();
|
||||||
?>
|
echo $navbar ?>
|
||||||
<?php echo $navbar ?>
|
<div id="page">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<form name="monitorForm" method="post" action="?view=<?php echo $view; ?>">
|
<form name="monitorForm" method="post" action="?view=<?php echo $view; ?>">
|
||||||
<input type="hidden" name="action" value=""/>
|
<input type="hidden" name="action" value=""/>
|
||||||
|
@ -453,6 +453,7 @@ for ($monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1) {
|
||||||
</div><!-- content table responsive div -->
|
</div><!-- content table responsive div -->
|
||||||
</form>
|
</form>
|
||||||
</div><!--content-->
|
</div><!--content-->
|
||||||
|
</div><!--page-->
|
||||||
<?php
|
<?php
|
||||||
xhtmlFooter();
|
xhtmlFooter();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue