[PR #585] [MERGED] various addings and fixes #629

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/585
Author: @catborise
Created: 5/12/2023
Status: Merged
Merged: 5/12/2023
Merged by: @catborise

Base: masterHead: master


📝 Commits (8)

  • 4076057 new login screen
  • da9fbea refresh instance pools implementation
  • 907d47a snapshots tab improvements
  • 3403d21 log i18n fixes
  • 96ea999 redirect after login fix
  • 3cd4212 modified 'create new instance' screen with compute details
  • 5880b91 Merge pull request #29 from cserma/master
  • 2941840 'create new instance' screen improvements

📊 Changes

22 files changed (+8587 additions, -11477 deletions)

View changed files

📝 accounts/templates/login.html (+22 -19)
📝 appsettings/views.py (+1 -1)
📝 computes/models.py (+4 -0)
📝 instances/templates/allinstances.html (+2 -2)
📝 instances/templates/create_inst_block.html (+42 -25)
📝 instances/templates/instances/snapshots_tab.html (+2 -3)
📝 instances/templates/instances/stats_tab.html (+1 -1)
📝 instances/views.py (+1 -1)
📝 locale/cz/LC_MESSAGES/django.po (+878 -1260)
📝 locale/de/LC_MESSAGES/django.po (+878 -1260)
📝 locale/en/LC_MESSAGES/django.po (+878 -1260)
📝 locale/es/LC_MESSAGES/django.po (+878 -1260)
📝 locale/fr/LC_MESSAGES/django.po (+878 -1260)
📝 locale/ru/LC_MESSAGES/django.po (+878 -1260)
📝 locale/tr/LC_MESSAGES/django.po (+1048 -1299)
📝 locale/uk/LC_MESSAGES/django.po (+878 -1260)
📝 locale/zh/LC_MESSAGES/django.po (+1252 -1287)
📝 nwfilters/views.py (+1 -1)
📝 static/css/signin.css (+39 -5)
📝 vrtManager/instance.py (+16 -13)

...and 2 more files

📄 Description

  • new create instance dialog box - view is enriched by cpu and memory usage.
  • external snapshot tab refresh

🔄 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/585 **Author:** [@catborise](https://github.com/catborise) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`4076057`](https://github.com/retspen/webvirtcloud/commit/407605761fe0e8a9e06252b08aeb4fcb9f9a6cc7) new login screen - [`da9fbea`](https://github.com/retspen/webvirtcloud/commit/da9fbeaff4b47751a2cd0ea43edbc570523d90e4) refresh instance pools implementation - [`907d47a`](https://github.com/retspen/webvirtcloud/commit/907d47ab78ee3654378ad1ac7637a41d6064f4db) snapshots tab improvements - [`3403d21`](https://github.com/retspen/webvirtcloud/commit/3403d21fea4341b6b589368de7c5694ce110a14d) log i18n fixes - [`96ea999`](https://github.com/retspen/webvirtcloud/commit/96ea99992601ae8be2d8f30150ee0e9aa72534c4) redirect after login fix - [`3cd4212`](https://github.com/retspen/webvirtcloud/commit/3cd4212cdd01612adbea700aca956d12c8e6fafd) modified 'create new instance' screen with compute details - [`5880b91`](https://github.com/retspen/webvirtcloud/commit/5880b91c7add96a860923cf41f466426cb20356a) Merge pull request #29 from cserma/master - [`2941840`](https://github.com/retspen/webvirtcloud/commit/2941840f0dab5e0249b619f62166db2bf0110d48) 'create new instance' screen improvements ### 📊 Changes **22 files changed** (+8587 additions, -11477 deletions) <details> <summary>View changed files</summary> 📝 `accounts/templates/login.html` (+22 -19) 📝 `appsettings/views.py` (+1 -1) 📝 `computes/models.py` (+4 -0) 📝 `instances/templates/allinstances.html` (+2 -2) 📝 `instances/templates/create_inst_block.html` (+42 -25) 📝 `instances/templates/instances/snapshots_tab.html` (+2 -3) 📝 `instances/templates/instances/stats_tab.html` (+1 -1) 📝 `instances/views.py` (+1 -1) 📝 `locale/cz/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/de/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/en/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/es/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/fr/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/ru/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/tr/LC_MESSAGES/django.po` (+1048 -1299) 📝 `locale/uk/LC_MESSAGES/django.po` (+878 -1260) 📝 `locale/zh/LC_MESSAGES/django.po` (+1252 -1287) 📝 `nwfilters/views.py` (+1 -1) 📝 `static/css/signin.css` (+39 -5) 📝 `vrtManager/instance.py` (+16 -13) _...and 2 more files_ </details> ### 📄 Description - new create instance dialog box - view is enriched by cpu and memory usage. - external snapshot tab refresh - --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:25 +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#629
No description provided.