mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #521] [MERGED] remove css urls, add missing socketio requirements, fix cookie import… #598
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/521
Author: @catborise
Created: 7/21/2022
Status: ✅ Merged
Merged: 7/21/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
0680f02remove css urls, add missing socketio requirements, fix cookie import, and rearrange socketiod connetion📊 Changes
17 files changed (+13357 additions, -22 deletions)
View changed files
📝
.gitignore(+3 -1)📝
conf/daemon/consolecallback(+1 -1)📝
conf/requirements.txt(+1 -0)📝
console/novncd(+2 -1)📝
console/socketiod(+5 -3)📝
console/templates/console-xterm.html(+51 -15)📝
console/views.py(+10 -0)➕
static/css/xterm.css(+164 -0)➕
static/js/socket.io.js(+4440 -0)➕
static/js/xterm@3.6.0/addons/fit/fit.js(+51 -0)➕
static/js/xterm@3.6.0/addons/fit/fit.js.map(+1 -0)➕
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.css(+10 -0)➕
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js(+27 -0)➕
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js.map(+1 -0)➕
static/js/xterm@3.6.0/xterm.js(+8588 -0)➕
static/js/xterm@3.6.0/xterm.js.map(+1 -0)📝
webvirtcloud.sh(+1 -1)📄 Description
…, and rearrange socketiod connection
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.