PenningLabs / lxconsole

LXD Graphical Web Console
GNU Affero General Public License v3.0
123 stars 15 forks source link

host 'xterm.js' from local, not from remote (unpkg.com). #4

Open ingobaab opened 1 year ago

ingobaab commented 1 year ago

load the javascript xterm.js from localhost, rather then from remote (unpkg.com).

matthewalanpenning commented 1 year ago

Yes, this is a good find. I will update this back to local package this coming weekend.

matthewalanpenning commented 1 year ago

I think the terminal size issue for you might be the vertical scroll bar. I noticed that Chrome was displaying it while Firefox did not. I changed the CSS to hide the scrollbar and I think that might solve this issue for you.

matthewalanpenning commented 1 year ago

I added some code to resize the terminal now when the sidebar is toggled. I think this should take care of your issue.