Commit 6b430dd7 authored by Sascha Linke's avatar Sascha Linke Committed by Franco Fichtner

Small div change #211

parent b6ba1077
......@@ -54,7 +54,7 @@ if(is_numeric($_POST['logfiltercount'])) {
<div id="system_log-settings" class="widgetconfigdiv" style="display:none;">
<form action="/widgets/widgets/system_log.widget.php" method="post" name="iform">
<table class="table table-striped" summary="syslog widget">
<table class="table table-striped" summary="system_log widget">
<tr>
<td><?=gettext("Number of Log lines to display");?>:</td>
......@@ -74,11 +74,10 @@ if(is_numeric($_POST['logfiltercount'])) {
</form>
</div>
<div id="syslog-widgets" style="padding: 5px; overflow:scroll;">
<div id="system_log-widgets" class="content-box" style="overflow:scroll;">
<table class="table table-striped" cellspacing="0" cellpadding="0">
<?php dump_clog($system_logfile, $syslogEntriesToFetch, true, array(), array("ppp")); ?>
</table>
</div>
<!-- needed to display the widget settings menu -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment