[PR #96] [MERGED] Fancy Overview Info #565

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

📋 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: masterHead: master


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/96 **Author:** [@keyz182](https://github.com/keyz182) **Created:** 8/2/2013 **Status:** ✅ Merged **Merged:** 8/5/2013 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`55bdc20`](https://github.com/retspen/webvirtmgr/commit/55bdc2039abdfd49b75f87473e6cad6611f87e88) Fancy Info - [`ee2d969`](https://github.com/retspen/webvirtmgr/commit/ee2d96966aee82cc2f61d700fbf762cb74023887) Colour feedback! ### 📊 Changes **4 files changed** (+115 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `overview/views.py` (+38 -1) 📝 `templates/base.html` (+3 -2) 📝 `templates/overview.html` (+72 -4) 📝 `webvirtmgr/urls.py` (+2 -0) </details> ### 📄 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 --- <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:43 +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#565
No description provided.