mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix not to print pointless file name
This commit is contained in:
@@ -19,7 +19,7 @@ journal_journalctl_alert_emerg=Alert and emergency messages
|
||||
|
||||
view_title=View Logfile
|
||||
view_header=Last $1 lines of $2
|
||||
view_header2=Last $1 lines of $2 file
|
||||
view_header2=Last $1 lines
|
||||
view_empty=Log file is empty
|
||||
view_refresh=Refresh
|
||||
view_filter=Filter lines with text $1
|
||||
|
||||
@@ -271,7 +271,6 @@ if (@logfiles && $found) {
|
||||
}
|
||||
else {
|
||||
$text_view_header = 'view_header2';
|
||||
$sel = "<tt>".&html_escape($in{'file'})."</tt>";
|
||||
print &ui_hidden("idx", $in{'idx'}),"\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user