navbar closes the form, and doesn't need to be in the form.

This commit is contained in:
Isaac Connor 2020-07-27 12:40:46 -04:00
parent 5d883d696b
commit 767f5ebb03
1 changed files with 1 additions and 1 deletions

View File

@ -159,11 +159,11 @@ if ( $show_storage_areas ) $left_columns += 1;
xhtmlHeaders(__FILE__, translate('Console')); xhtmlHeaders(__FILE__, translate('Console'));
getBodyTopHTML(); getBodyTopHTML();
?> ?>
<?php echo $navbar ?>
<form name="monitorForm" method="get" action="?"> <form name="monitorForm" method="get" action="?">
<input type="hidden" name="view" value="<?php echo $view ?>"/> <input type="hidden" name="view" value="<?php echo $view ?>"/>
<input type="hidden" name="action" value=""/> <input type="hidden" name="action" value=""/>
<?php echo $navbar ?>
<div class="filterBar"><?php echo $filterbar ?></div> <div class="filterBar"><?php echo $filterbar ?></div>
<div class="statusBreakdown"> <div class="statusBreakdown">
<?php <?php