mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #288] [MERGED] various fixes and updates #491
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#491
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/288
Author: @catborise
Created: 1/24/2020
Status: ✅ Merged
Merged: 1/24/2020
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
0c8a052show snapshot list while instance is running. User wanto to see list of running snapshot and delete it.70032fcre organize instance overview. add snapshot indicator if there is... add bottom bar for navigation.c79a635change compute name, hostaname, details char size. url.py typo fix9198615guest agent status indicator changed57665c2add cdrom to instance errors fixed. make cdrom readonly, disable cache.d95b5a4allinstances.html: fix identation. Remove redundant div blocks34394c2console layout rearranged. fix indentation. add translate tags562fe5cUpdate spice-html5b768dbfupdate chart.bunjle.js to 2.9.339b53dbcorrect except error📊 Changes
60 files changed (+59976 additions, -2010 deletions)
View changed files
📝
accounts/views.py(+1 -1)➕
computes/migrations/0003_auto_20200121_1523.py(+30 -0)📝
computes/models.py(+1 -1)📝
computes/templates/computes.html(+0 -1)📝
computes/views.py(+1 -1)📝
conf/daemon/gstfsd(+2 -1)📝
console/novncd(+2 -5)📝
console/templates/console-base.html(+2 -1)📝
console/templates/console-spice-full.html(+160 -176)📝
console/templates/console-spice-lite.html(+183 -194)📝
create/views.py(+1 -1)📝
instances/templates/allinstances.html(+111 -115)📝
instances/templates/instance.html(+121 -103)📝
instances/views.py(+2 -2)📝
interfaces/views.py(+1 -1)📝
logs/views.py(+1 -1)📝
networks/views.py(+13 -13)📝
nwfilters/views.py(+1 -1)📝
secrets/views.py(+1 -1)📝
static/js/Chart.bundle.min.js(+2 -2)...and 40 more files
📄 Description
hi retspen,
there are some new improvements
thanks.
ps: can we create a release or create branch like (version 1.1)? i want to upgrade django and pyhton. Bu working copy for python2 should remain accessible.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.