mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[PR #98] [MERGED] Fix snap size #120
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#120
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/Corsinvest/cv4pve-admin/pull/98
Author: @franklupo
Created: 3/27/2024
Status: ✅ Merged
Merged: 3/27/2024
Merged by: @franklupo
Base:
main← Head:main📝 Commits (1)
521e903Fix snap size📊 Changes
23 files changed (+127 additions, -76 deletions)
View changed files
📝
Corsinvest.ProxmoxVE.Admin.sln(+7 -0)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs(+2 -12)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapInfo.cs(+7 -3)📝
src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor.cs(+3 -16)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/PveAdminHelper.cs(+32 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Models/ClusterResourceVmExtraInfo.cs(+1 -1)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Models/IName.cs(+10 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Models/INode.cs(+12 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Models/ISnapshotsSize.cs(+14 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Models/IVmId.cs(+10 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Options/ClusterOptions.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/DiskInfo/CephDiskInfo.cs(+5 -12)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/DiskInfo/DiskInfoBase.cs(+2 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/DiskInfo/ZfsDiskInfo.cs(+5 -11)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/PveClientService.cs(+0 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/UI/Layout/SelectCluster.razor.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/UI/ProxmoxVE/Cluster/Snapshots.razor(+7 -6)📝
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc(+1 -1)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.