Commit e08d4840 authored by Sascha Linke's avatar Sascha Linke Committed by Franco Fichtner

Small div change #211

parent 24e38355
...@@ -54,7 +54,7 @@ if(is_numeric($_POST['logfiltercount'])) { ...@@ -54,7 +54,7 @@ if(is_numeric($_POST['logfiltercount'])) {
<div id="system_log-settings" class="widgetconfigdiv" style="display:none;"> <div id="system_log-settings" class="widgetconfigdiv" style="display:none;">
<form action="/widgets/widgets/system_log.widget.php" method="post" name="iform"> <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> <tr>
<td><?=gettext("Number of Log lines to display");?>:</td> <td><?=gettext("Number of Log lines to display");?>:</td>
...@@ -74,11 +74,10 @@ if(is_numeric($_POST['logfiltercount'])) { ...@@ -74,11 +74,10 @@ if(is_numeric($_POST['logfiltercount'])) {
</form> </form>
</div> </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"> <table class="table table-striped" cellspacing="0" cellpadding="0">
<?php dump_clog($system_logfile, $syslogEntriesToFetch, true, array(), array("ppp")); ?> <?php dump_clog($system_logfile, $syslogEntriesToFetch, true, array(), array("ppp")); ?>
</table> </table>
</div> </div>
<!-- needed to display the widget settings menu --> <!-- 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