mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #354] [MERGED] fixes and others #516
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#516
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/354
Author: @catborise
Created: 8/21/2020
Status: ✅ Merged
Merged: 8/22/2020
Merged by: @retspen
Base:
master← Head:master📝 Commits (6)
43f1461update novnc 1.1.0 ->1.2.06d52587fix messages.error error83ba6dafix instance create error handlingc2bd8d8add nginx configuration files for os type7dd9127Automatic install option for Webvirtcloud is added (beta)372ba5afix create user error📊 Changes
62 files changed (+114033 additions, -59933 deletions)
View changed files
📝
README.md(+17 -6)📝
admin/forms.py(+8 -7)➕
conf/nginx/centos_nginx.conf(+37 -0)➕
conf/nginx/debian_nginx.conf(+85 -0)➕
conf/nginx/ubuntu_nginx.conf(+85 -0)📝
console/templates/console-vnc-full.html(+93 -101)📝
console/templates/console-vnc-lite.html(+0 -1)➕
install.sh(+13 -0)📝
instances/views.py(+173 -175)📝
static/js/novnc/app/error-handler.js(+8 -0)📝
static/js/novnc/app/images/windows.svg(+25 -45)➕
static/js/novnc/app/locale/README(+1 -0)➕
static/js/novnc/app/locale/ja.json(+73 -0)📝
static/js/novnc/app/locale/sv.json(+7 -8)📝
static/js/novnc/app/locale/zh_CN.json(+17 -17)📝
static/js/novnc/app/styles/base.css(+88 -19)📝
static/js/novnc/app/styles/lite.css(+5 -0)📝
static/js/novnc/app/ui.js(+165 -144)📝
static/js/novnc/app/webutil.js(+8 -8)📝
static/js/novnc/core/base64.js(+4 -4)...and 42 more files
📄 Description
hi retspen,
here some fixes and updates.
i added a installation script for centos, ubuntu, debian. for now i made some tests but needs more. it does not matter not breaks anything.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.