[PR #595] [MERGED] various updates #632

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/595
Author: @catborise
Created: 8/17/2023
Status: Merged
Merged: 8/17/2023
Merged by: @catborise

Base: masterHead: master


📝 Commits (8)

  • 1cbdf76 logger updates (#31)
  • 1e8d947 override googleapis-font for zephyr template and make inter font local
  • 0926a3c delete old fontawesome font files
  • 7e88db9 add template profile for django toolbar
  • b47ec2e bootstrap icon conversion fixes
  • 7d1cfb6 network interface model selection added for new instance and new interface
  • f2222a6 change name for network model to nic type
  • fc2063e update requirements

📊 Changes

137 files changed (+7002 additions, -8538 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 accounts/templates/account.html (+6 -6)
📝 accounts/templates/accounts/change_password_form.html (+3 -3)
📝 accounts/templates/accounts/email_otp_form.html (+3 -3)
📝 accounts/templates/profile.html (+5 -5)
📝 accounts/urls.py (+2 -1)
📝 accounts/views.py (+16 -2)
📝 admin/templates/admin/group_list.html (+5 -5)
📝 admin/templates/admin/logs.html (+2 -1)
📝 admin/templates/admin/user_form.html (+4 -3)
📝 admin/templates/admin/user_list.html (+11 -11)
📝 computes/templates/computes/form.html (+4 -3)
📝 computes/templates/computes/instances.html (+21 -18)
📝 computes/templates/computes/list.html (+6 -6)
📝 computes/templates/create_comp_block.html (+3 -2)
📝 computes/templates/overview.html (+10 -10)
📝 conf/requirements.txt (+5 -5)
📝 dev/requirements.txt (+7 -6)
📝 dev/scss/wvc-themes/zephyr/_bootswatch.scss (+14 -1)
📝 instances/models.py (+1 -0)

...and 80 more files

📄 Description

  • add log file.
  • make zephry template font local
  • update requirements
  • update icons to bootstrap icon
  • add model type change for nics
  • remove old fontwasome files

🔄 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/595 **Author:** [@catborise](https://github.com/catborise) **Created:** 8/17/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`1cbdf76`](https://github.com/retspen/webvirtcloud/commit/1cbdf76df62c31ecad05bf743e3b20c885e91bd0) logger updates (#31) - [`1e8d947`](https://github.com/retspen/webvirtcloud/commit/1e8d94731b33b2d34ca0740e797ca5c2a177c9b6) override googleapis-font for zephyr template and make inter font local - [`0926a3c`](https://github.com/retspen/webvirtcloud/commit/0926a3c3aa66fc979422f3c1917af92b7618107c) delete old fontawesome font files - [`7e88db9`](https://github.com/retspen/webvirtcloud/commit/7e88db9d2be6a92f04a47a57d4574bd1cd144992) add template profile for django toolbar - [`b47ec2e`](https://github.com/retspen/webvirtcloud/commit/b47ec2e8f9ba3b6334d898ac782a4b8d0591a071) bootstrap icon conversion fixes - [`7d1cfb6`](https://github.com/retspen/webvirtcloud/commit/7d1cfb69b0ea3a1b8e4a8533cf39d034621ffcc4) network interface model selection added for new instance and new interface - [`f2222a6`](https://github.com/retspen/webvirtcloud/commit/f2222a6ea834ea4fbfd415820e997c297d350b24) change name for network model to nic type - [`fc2063e`](https://github.com/retspen/webvirtcloud/commit/fc2063eccb43361f72017dfc5724a2f150c18b88) update requirements ### 📊 Changes **137 files changed** (+7002 additions, -8538 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `accounts/templates/account.html` (+6 -6) 📝 `accounts/templates/accounts/change_password_form.html` (+3 -3) 📝 `accounts/templates/accounts/email_otp_form.html` (+3 -3) 📝 `accounts/templates/profile.html` (+5 -5) 📝 `accounts/urls.py` (+2 -1) 📝 `accounts/views.py` (+16 -2) 📝 `admin/templates/admin/group_list.html` (+5 -5) 📝 `admin/templates/admin/logs.html` (+2 -1) 📝 `admin/templates/admin/user_form.html` (+4 -3) 📝 `admin/templates/admin/user_list.html` (+11 -11) 📝 `computes/templates/computes/form.html` (+4 -3) 📝 `computes/templates/computes/instances.html` (+21 -18) 📝 `computes/templates/computes/list.html` (+6 -6) 📝 `computes/templates/create_comp_block.html` (+3 -2) 📝 `computes/templates/overview.html` (+10 -10) 📝 `conf/requirements.txt` (+5 -5) 📝 `dev/requirements.txt` (+7 -6) 📝 `dev/scss/wvc-themes/zephyr/_bootswatch.scss` (+14 -1) 📝 `instances/models.py` (+1 -0) _...and 80 more files_ </details> ### 📄 Description - add log file. - make zephry template font local - update requirements - update icons to bootstrap icon - add model type change for nics - remove old fontwasome files --- <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#632
No description provided.