[PR #177] [CLOSED] Fix icons on suspend #586

Closed
opened 2026-02-27 16:39:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/177
Author: @teran
Created: 12/19/2013
Status: Closed

Base: annaHead: fix_icons_on_suspend


📝 Commits (10+)

📊 Changes

17 files changed (+127 additions, -112 deletions)

View changed files

📝 README.md (+8 -7)
📝 console/views.py (+12 -5)
📝 instance/models.py (+4 -4)
📝 instance/views.py (+6 -4)
📝 newvm/forms.py (+1 -0)
📝 newvm/views.py (+2 -1)
📝 static/css/base.css (+1 -1)
📝 storage/forms.py (+1 -1)
📝 storage/views.py (+6 -2)
📝 templates/dashboard.html (+4 -4)
📝 templates/instance.html (+9 -1)
📝 templates/newvm.html (+15 -3)
📝 templates/overview.html (+2 -2)
📝 templates/setup.html (+3 -57)
📝 templates/sidebar.html (+2 -2)
📝 templates/storage.html (+9 -9)
📝 webvirtmgr/server.py (+42 -9)

📄 Description

Fix for bootstrap 2 code left in templates


🔄 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/webvirtmgr/pull/177 **Author:** [@teran](https://github.com/teran) **Created:** 12/19/2013 **Status:** ❌ Closed **Base:** `anna` ← **Head:** `fix_icons_on_suspend` --- ### 📝 Commits (10+) - [`70185d5`](https://github.com/retspen/webvirtmgr/commit/70185d5530b504dab9b24119905192569391ff13) Merge branch 'develop' into nestene - [`36c40a1`](https://github.com/retspen/webvirtmgr/commit/36c40a12351813340c15e05a48c1fae5326d4a6a) Update - [`3c9482e`](https://github.com/retspen/webvirtmgr/commit/3c9482ea0f262604032b9194df2858ef461dabe0) Update README.md - [`36832fd`](https://github.com/retspen/webvirtmgr/commit/36832fdb6dd28d7fa030e8ad693b5031fe2725db) Fix convert image func - [`3baae06`](https://github.com/retspen/webvirtmgr/commit/3baae06b29be575c26eb5918d2348b102c77f0c8) Refresh busy storage - [`01e752c`](https://github.com/retspen/webvirtmgr/commit/01e752cb1ac4808827ced535d6c838ec17f6168b) Fix #149 - [`22f4034`](https://github.com/retspen/webvirtmgr/commit/22f4034debf58226bdac10c3ee8c307bbfd2f262) Fix bug #146 - [`284085e`](https://github.com/retspen/webvirtmgr/commit/284085e7093a9972b92d880913260efeeec897c0) Fix template pattern - [`0f89847`](https://github.com/retspen/webvirtmgr/commit/0f898472fc459bd085aad4192c9598d06b792588) Fix model get for instance - [`25e6721`](https://github.com/retspen/webvirtmgr/commit/25e6721ca6977af097e4dda76d75ae0a757201e7) truncation vm name to 25 chars length ### 📊 Changes **17 files changed** (+127 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -7) 📝 `console/views.py` (+12 -5) 📝 `instance/models.py` (+4 -4) 📝 `instance/views.py` (+6 -4) 📝 `newvm/forms.py` (+1 -0) 📝 `newvm/views.py` (+2 -1) 📝 `static/css/base.css` (+1 -1) 📝 `storage/forms.py` (+1 -1) 📝 `storage/views.py` (+6 -2) 📝 `templates/dashboard.html` (+4 -4) 📝 `templates/instance.html` (+9 -1) 📝 `templates/newvm.html` (+15 -3) 📝 `templates/overview.html` (+2 -2) 📝 `templates/setup.html` (+3 -57) 📝 `templates/sidebar.html` (+2 -2) 📝 `templates/storage.html` (+9 -9) 📝 `webvirtmgr/server.py` (+42 -9) </details> ### 📄 Description Fix for bootstrap 2 code left in templates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:47 +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/webvirtmgr#586
No description provided.