[PR #583] [CLOSED] external snapshot - new instance - login page - i18n - logs #626

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/583
Author: @cserma
Created: 4/27/2023
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 4076057 new login screen
  • da9fbea refresh instance pools implementation
  • b81b63a logs i18n problems fixed
  • 891ece8 modified 'create new instance' screen with compute details
  • 15fdcbe snapshots tab improvements

📊 Changes

25 files changed (+8839 additions, -11591 deletions)

View changed files

📝 accounts/templates/login.html (+22 -19)
📝 appsettings/views.py (+14 -5)
📝 computes/models.py (+4 -0)
📝 instances/templates/allinstances.html (+6 -8)
📝 instances/templates/create_inst_block.html (+36 -25)
📝 instances/templates/instances/snapshots_tab.html (+2 -3)
📝 instances/templates/instances/stats_tab.html (+3 -1)
📝 instances/views.py (+63 -55)
📝 locale/cz/LC_MESSAGES/django.po (+891 -1265)
📝 locale/de/LC_MESSAGES/django.po (+891 -1265)
📝 locale/en/LC_MESSAGES/django.po (+891 -1265)
📝 locale/es/LC_MESSAGES/django.po (+891 -1265)
📝 locale/fr/LC_MESSAGES/django.po (+891 -1265)
📝 locale/ru/LC_MESSAGES/django.po (+891 -1265)
📝 locale/tr/LC_MESSAGES/django.mo (+0 -0)
📝 locale/tr/LC_MESSAGES/django.po (+1091 -1305)
📝 locale/uk/LC_MESSAGES/django.po (+891 -1265)
📝 locale/zh/LC_MESSAGES/django.mo (+0 -0)
📝 locale/zh/LC_MESSAGES/django.po (+1277 -1287)
📝 logs/models.py (+1 -0)

...and 5 more files

📄 Description

external snapshot fixes
adding new instance page improvements
new login page
i18n updates
logs now have ip of user and not translated, instance page 'logs page' fixed


🔄 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/583 **Author:** [@cserma](https://github.com/cserma) **Created:** 4/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`4076057`](https://github.com/retspen/webvirtcloud/commit/407605761fe0e8a9e06252b08aeb4fcb9f9a6cc7) new login screen - [`da9fbea`](https://github.com/retspen/webvirtcloud/commit/da9fbeaff4b47751a2cd0ea43edbc570523d90e4) refresh instance pools implementation - [`b81b63a`](https://github.com/retspen/webvirtcloud/commit/b81b63a96276ebdb96d1f8364c731d0b33a21867) logs i18n problems fixed - [`891ece8`](https://github.com/retspen/webvirtcloud/commit/891ece841e60d5d4abe93dfb52e42226d758c7b8) modified 'create new instance' screen with compute details - [`15fdcbe`](https://github.com/retspen/webvirtcloud/commit/15fdcbe6c4c5925bd18aa63b268754a6febf9079) snapshots tab improvements ### 📊 Changes **25 files changed** (+8839 additions, -11591 deletions) <details> <summary>View changed files</summary> 📝 `accounts/templates/login.html` (+22 -19) 📝 `appsettings/views.py` (+14 -5) 📝 `computes/models.py` (+4 -0) 📝 `instances/templates/allinstances.html` (+6 -8) 📝 `instances/templates/create_inst_block.html` (+36 -25) 📝 `instances/templates/instances/snapshots_tab.html` (+2 -3) 📝 `instances/templates/instances/stats_tab.html` (+3 -1) 📝 `instances/views.py` (+63 -55) 📝 `locale/cz/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/de/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/en/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/es/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/fr/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/ru/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/tr/LC_MESSAGES/django.mo` (+0 -0) 📝 `locale/tr/LC_MESSAGES/django.po` (+1091 -1305) 📝 `locale/uk/LC_MESSAGES/django.po` (+891 -1265) 📝 `locale/zh/LC_MESSAGES/django.mo` (+0 -0) 📝 `locale/zh/LC_MESSAGES/django.po` (+1277 -1287) 📝 `logs/models.py` (+1 -0) _...and 5 more files_ </details> ### 📄 Description external snapshot fixes adding new instance page improvements new login page i18n updates logs now have ip of user and not translated, instance page 'logs page' fixed --- <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#626
No description provided.