[PR #98] [MERGED] Fix snap size #120

Closed
opened 2026-02-26 17:37:25 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/Corsinvest/cv4pve-admin/pull/98 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`521e903`](https://github.com/Corsinvest/cv4pve-admin/commit/521e903d2eeed04dd2d24c797d4865fe6ed81da9) Fix snap size ### 📊 Changes **23 files changed** (+127 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:37:25 +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/cv4pve-admin#120
No description provided.