mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #344] [MERGED] vnc console options added #508
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#508
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/344
Author: @catborise
Created: 7/16/2020
Status: ✅ Merged
Merged: 7/20/2020
Merged by: @retspen
Base:
master← Head:console_enrichments📝 Commits (7)
74a4a1avnc console options added44aa746make console password optional for users with permissions519234bfix typo, etc523f58bupdate package version & add apps to travisb5b43b7add dev options to settings + url30948casuperlinter update to v3abfbc54fix:move from accounts, after permission migrate applyings to instances📊 Changes
24 files changed (+257 additions, -100 deletions)
View changed files
📝
.github/workflows/linter.yml(+8 -4)📝
.travis.yml(+3 -3)📝
README.md(+3 -3)📝
accounts/models.py(+1 -0)➕
appsettings/migrations/0004_auto_20200716_0637.py(+35 -0)📝
computes/templates/computes/instances.html(+0 -5)➖
conf/requirements-dev.txt(+0 -19)📝
conf/requirements.txt(+6 -6)📝
console/templates/console-spice-full.html(+5 -1)📝
console/templates/console-spice-lite.html(+5 -1)📝
console/templates/console-vnc-full.html(+5 -1)📝
console/templates/console-vnc-lite.html(+11 -5)📝
console/views.py(+9 -5)📝
dev/requirements.txt(+5 -3)📝
instances/apps.py(+13 -0)➕
instances/migrations/0009_auto_20200717_0524.py(+17 -0)📝
instances/models.py(+3 -1)📝
instances/templates/allinstances.html(+0 -5)📝
instances/templates/instance.html(+0 -5)📝
instances/templates/instance_actions.html(+9 -1)...and 4 more files
📄 Description
add options like scale, view_only, resize_session to vnc console page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.