Fancy Overview Info#96
Merged
retspen merged 2 commits intoretspen:masterfrom Aug 5, 2013
keyz182:master
Merged
Conversation
Owner
|
Thanks, nice work!!! Need add CPU usage to VM (add this on next week). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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