mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #401] [MERGED] Add guest info(hostname,os,version,kernel) tab. indendation fixes #539
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#539
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/webvirtcloud/pull/401
Author: @catborise
Created: 12/18/2020
Status: ✅ Merged
Merged: 12/18/2020
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
d30e647Add 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.