mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[PR #96] [MERGED] Fancy Overview Info #565
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/96
Author: @keyz182
Created: 8/2/2013
Status: ✅ Merged
Merged: 8/5/2013
Merged by: @retspen
Base:
master← Head:master📝 Commits (2)
55bdc20Fancy Infoee2d969Colour feedback!📊 Changes
4 files changed (+115 additions, -7 deletions)
View changed files
📝
overview/views.py(+38 -1)📝
templates/base.html(+3 -2)📝
templates/overview.html(+72 -4)📝
webvirtmgr/urls.py(+2 -0)📄 Description
Hi,
I'm trying to acquaint myself with the codebase so I can see if it's possible to use libvirt through unix sockets, and if so, enable it. I think it is, and looks to be fairly easy, as long as the socket file is chowned/modded appropriately.
In the meantime, while experimenting, I swapped out the static percentages for CPU and Memory, for some auto-updating bootstrap progress bars.
It's currently set to update once every 2 seconds, but that can be changed on line 129 of templates/overview.html
It's only a small tweak, and you may not like it, but I thought I'd post it up anyway :)
/Kieran
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.