Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
e08d4840
Commit
e08d4840
authored
Jul 14, 2015
by
Sascha Linke
Committed by
Franco Fichtner
Jul 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small div change #211
parent
24e38355
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
system_log.widget.php
src/www/widgets/widgets/system_log.widget.php
+2
-3
No files found.
src/www/widgets/widgets/system_log.widget.php
View file @
e08d4840
...
...
@@ -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=
"sys
tem_
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=
"sys
log-widgets"
style=
"padding: 5px;
overflow:scroll;"
>
<div
id=
"sys
tem_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 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment