mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add to load auto-fit module ; load with serial
This commit is contained in:
@@ -8,10 +8,13 @@
|
||||
|
||||
require './xterm-lib.pl';
|
||||
|
||||
my $wver = &get_webmin_version();
|
||||
$wver =~ s/\.//;
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0, undef,
|
||||
"<link rel=stylesheet href=xterm.css>\n".
|
||||
"<script src=xterm.js></script>\n".
|
||||
"<script src=xterm-addon-attach.js></script>\n"
|
||||
"<link rel=stylesheet href=xterm.css?$wver>\n".
|
||||
"<script src=xterm.js?$wver></script>\n".
|
||||
"<script src=xterm-addon-attach.js?$wver></script>\n".
|
||||
"<script src=xterm-addon-fit.js?$wver></script>\n"
|
||||
);
|
||||
|
||||
# Check for needed modules
|
||||
|
||||
Reference in New Issue
Block a user