summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/log.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets/widgets/log.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/log.widget.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/log.widget.php b/usr/local/www/widgets/widgets/log.widget.php
index c0682ba..eda3814 100644
--- a/usr/local/www/widgets/widgets/log.widget.php
+++ b/usr/local/www/widgets/widgets/log.widget.php
@@ -197,7 +197,14 @@ function format_log_line(row) {
$filterent['proto'] .= ":{$filterent['tcpflags']}";
?>
</tr>
- <?php endforeach; ?>
+ <?php
+ endforeach;
+ if ($rowIndex == 0) {
+ ?>
+ <tr><td></td></tr>
+ <?php
+ }
+ ?>
</tbody>
</table>
OpenPOWER on IntegriCloud