[PR #584] [CLOSED] various fixes - new create instance view #627

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/584
Author: @catborise
Created: 5/11/2023
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 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

📊 Changes

22 files changed (+8581 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 (+36 -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

-change ui

  • refresh instance pools
  • external snapshot improvements
  • redirect login page fix
  • improve create instance dialog
  • i18n improvements for logs

🔄 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/584 **Author:** [@catborise](https://github.com/catborise) **Created:** 5/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`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 ### 📊 Changes **22 files changed** (+8581 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` (+36 -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 -change ui - refresh instance pools - external snapshot improvements - redirect login page fix - improve create instance dialog - i18n improvements for logs --- <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:24 +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#627
No description provided.