mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[PR #177] [CLOSED] Fix icons on suspend #586
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/177
Author: @teran
Created: 12/19/2013
Status: ❌ Closed
Base:
anna← Head:fix_icons_on_suspend📝 Commits (10+)
70185d5Merge branch 'develop' into nestene36c40a1Update3c9482eUpdate README.md36832fdFix convert image func3baae06Refresh busy storage01e752cFix #14922f4034Fix bug #146284085eFix template pattern0f89847Fix model get for instance25e6721truncation vm name to 25 chars length📊 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.