[PR #401] [MERGED] Add guest info(hostname,os,version,kernel) tab. indendation fixes #539

Closed
opened 2026-02-27 15:59:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/401
Author: @catborise
Created: 12/18/2020
Status: Merged
Merged: 12/18/2020
Merged by: @catborise

Base: masterHead: master


📝 Commits (1)

  • d30e647 Add guest info like:hostname,os,version,kernel. indendation fixes

📊 Changes

13 files changed (+1473 additions, -1393 deletions)

View changed files

📝 instances/templates/instance.html (+29 -4)
📝 instances/templates/instances/access_tab.html (+149 -151)
📝 instances/templates/instances/destroy_tab.html (+20 -22)
instances/templates/instances/info_tab.html (+20 -0)
📝 instances/templates/instances/power_tab.html (+104 -106)
📝 instances/templates/instances/resize_tab.html (+144 -146)
📝 instances/templates/instances/settings_tab.html (+814 -807)
📝 instances/templates/instances/snapshots_tab.html (+73 -75)
📝 instances/templates/instances/stats_tab.html (+78 -80)
📝 instances/urls.py (+1 -0)
📝 instances/views.py (+5 -0)
📝 networks/templates/network.html (+2 -2)
📝 vrtManager/instance.py (+34 -0)

📄 Description

get os info with qemu-guest-agent. show them on info tab


🔄 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/webvirtcloud/pull/401 **Author:** [@catborise](https://github.com/catborise) **Created:** 12/18/2020 **Status:** ✅ Merged **Merged:** 12/18/2020 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d30e647`](https://github.com/retspen/webvirtcloud/commit/d30e6470e241dea034387c5d7bb8d72638bdb9ec) Add guest info like:hostname,os,version,kernel. indendation fixes ### 📊 Changes **13 files changed** (+1473 additions, -1393 deletions) <details> <summary>View changed files</summary> 📝 `instances/templates/instance.html` (+29 -4) 📝 `instances/templates/instances/access_tab.html` (+149 -151) 📝 `instances/templates/instances/destroy_tab.html` (+20 -22) ➕ `instances/templates/instances/info_tab.html` (+20 -0) 📝 `instances/templates/instances/power_tab.html` (+104 -106) 📝 `instances/templates/instances/resize_tab.html` (+144 -146) 📝 `instances/templates/instances/settings_tab.html` (+814 -807) 📝 `instances/templates/instances/snapshots_tab.html` (+73 -75) 📝 `instances/templates/instances/stats_tab.html` (+78 -80) 📝 `instances/urls.py` (+1 -0) 📝 `instances/views.py` (+5 -0) 📝 `networks/templates/network.html` (+2 -2) 📝 `vrtManager/instance.py` (+34 -0) </details> ### 📄 Description get os info with qemu-guest-agent. show them on info tab --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:05 +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/webvirtcloud#539
No description provided.