mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #28] Error 500 on Overview #20
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?
Originally created by @Tarnyko on GitHub (Feb 28, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/28
OS : CentOS 6.2 x86_64
Python : 2.6.6
Libvirt : 0.9.4
Django : 1.3.4
Getting this fast empty webpage when clicking on "Overview" :
Workaround is to change "webvirtmgr/polls/views.py". Replace :
with :
and replace :
with :
Of course, CPU and Memory usage only display "0" after that. Needs better solution.
@retspen commented on GitHub (Feb 28, 2013):
Update to CentOS 6.3
@Tarnyko commented on GitHub (Feb 28, 2013):
That was fast :-).
OK, will do that.