Fixed syslog and eventlog tables to be responsive

This commit is contained in:
laf
2015-08-31 21:33:57 +00:00
parent 3798a0f569
commit f132ec2c50
2 changed files with 24 additions and 22 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
$common_output[] = '
<div class="table-responsive">
<table id="eventlog" class="table table-hover table-condensed table-striped">
<thead>
<tr>
@@ -11,7 +12,7 @@ $common_output[] = '
</tr>
</thead>
</table>
</div>
<script>
var eventlog_grid = $("#eventlog").bootgrid({
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
$common_output[] = '
<div class="table-responsive">
<table id="syslog" class="table table-hover table-condensed table-striped">
<thead>
<tr>
@@ -11,7 +12,7 @@ $common_output[] = '
</tr>
</thead>
</table>
</div>
<script>
var syslog_grid = $("#syslog").bootgrid({