[PR #288] [MERGED] various fixes and updates #491

Closed
opened 2026-02-27 15:58:54 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (10+)

  • 0c8a052 show snapshot list while instance is running. User wanto to see list of running snapshot and delete it.
  • 70032fc re organize instance overview. add snapshot indicator if there is... add bottom bar for navigation.
  • c79a635 change compute name, hostaname, details char size. url.py typo fix
  • 9198615 guest agent status indicator changed
  • 57665c2 add cdrom to instance errors fixed. make cdrom readonly, disable cache.
  • d95b5a4 allinstances.html: fix identation. Remove redundant div blocks
  • 34394c2 console layout rearranged. fix indentation. add translate tags
  • 562fe5c Update spice-html5
  • b768dbf update chart.bunjle.js to 2.9.3
  • 39b53db correct 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

  1. spice-html5 update
  2. chart.js update
  3. reorganize instance overview.
  4. show snapshots of instance although it is running
  5. fix indentations, typos, translates.
    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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/288 **Author:** [@catborise](https://github.com/catborise) **Created:** 1/24/2020 **Status:** ✅ Merged **Merged:** 1/24/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0c8a052`](https://github.com/retspen/webvirtcloud/commit/0c8a0523a87cf056b94450a688c51f683fdd11e8) show snapshot list while instance is running. User wanto to see list of running snapshot and delete it. - [`70032fc`](https://github.com/retspen/webvirtcloud/commit/70032fc2e1a8cf2dd11062889b9355c987eae54d) re organize instance overview. add snapshot indicator if there is... add bottom bar for navigation. - [`c79a635`](https://github.com/retspen/webvirtcloud/commit/c79a6359238b5e0411054a0b397ca489965bc250) change compute name, hostaname, details char size. url.py typo fix - [`9198615`](https://github.com/retspen/webvirtcloud/commit/9198615076a5f861ea25638167038a5212ee0c81) guest agent status indicator changed - [`57665c2`](https://github.com/retspen/webvirtcloud/commit/57665c2ab97c9cd1fd78c62a23539e31797bd9cd) add cdrom to instance errors fixed. make cdrom readonly, disable cache. - [`d95b5a4`](https://github.com/retspen/webvirtcloud/commit/d95b5a40178badd6208200cee979619528b6f189) allinstances.html: fix identation. Remove redundant div blocks - [`34394c2`](https://github.com/retspen/webvirtcloud/commit/34394c2b5e242c730c3f6854650b064fd58da8de) console layout rearranged. fix indentation. add translate tags - [`562fe5c`](https://github.com/retspen/webvirtcloud/commit/562fe5c3dca525b0bb4ef841aec6e13f8c9eaee0) Update spice-html5 - [`b768dbf`](https://github.com/retspen/webvirtcloud/commit/b768dbf59db85ce8ce795ebb7fc4d08f933087dd) update chart.bunjle.js to 2.9.3 - [`39b53db`](https://github.com/retspen/webvirtcloud/commit/39b53dbfc7c88bb29b8127ad042f8d878b3a4aec) correct except error ### 📊 Changes **60 files changed** (+59976 additions, -2010 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description hi retspen, there are some new improvements 1. spice-html5 update 2. chart.js update 3. reorganize instance overview. 4. show snapshots of instance although it is running 5. fix indentations, typos, translates. 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#491
No description provided.