make monitors table (console view) responsive

This commit is contained in:
Romain ODDONE 2020-05-27 10:08:08 +02:00
parent 92ba017328
commit 8121787ee6
1 changed files with 4 additions and 2 deletions

View File

@ -205,6 +205,7 @@ getBodyTopHTML();
<?php
ob_start();
?>
<div class="table-responsive">
<table class="table table-striped table-hover table-condensed consoleTable">
<thead class="thead-highlight">
<tr>
@ -390,9 +391,10 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) {
<?php if ( canEdit('Monitors') ) { ?>
<td class="colMark"></td>
<?php } ?>
</tr>
</tr>
</tfoot>
</table>
</table>
</div>
</div>
</form>
<?php xhtmlFooter() ?>