[PR #97] [MERGED] Add snapshop size calculation #119

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

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/97
Author: @franklupo
Created: 3/22/2024
Status: Merged
Merged: 3/22/2024
Merged by: @franklupo

Base: mainHead: autosnap_calcsize


📝 Commits (1)

📊 Changes

131 files changed (+1241 additions, -686 deletions)

View changed files

📝 cmd/Build.ps1 (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor (+18 -14)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor (+42 -20)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor.cs (+12 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor (+49 -30)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs (+5 -4)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderIndex.razor (+3 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderOptions.razor (+14 -7)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor (+16 -14)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs (+24 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Timeline.razor (+2 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Corsinvest.ProxmoxVE.Admin.AutoSnap.csproj (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs (+4 -4)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Job.cs (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapInfo.cs (+6 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapJob.cs (+6 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Module.cs (+15 -22)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/_Imports.razor (+1 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/BotgramService.cs (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderOptions.razor (+1 -1)

...and 80 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/97 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/22/2024 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `autosnap_calcsize` --- ### 📝 Commits (1) - [`c4bb603`](https://github.com/Corsinvest/cv4pve-admin/commit/c4bb6033eae4e9c934b089808cc5c68671fab52d) Fix ### 📊 Changes **131 files changed** (+1241 additions, -686 deletions) <details> <summary>View changed files</summary> 📝 `cmd/Build.ps1` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor` (+18 -14) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor` (+42 -20) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor.cs` (+12 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor` (+49 -30) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs` (+5 -4) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderIndex.razor` (+3 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderOptions.razor` (+14 -7) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor` (+16 -14) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs` (+24 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Timeline.razor` (+2 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Corsinvest.ProxmoxVE.Admin.AutoSnap.csproj` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs` (+4 -4) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Job.cs` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapInfo.cs` (+6 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapJob.cs` (+6 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Module.cs` (+15 -22) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/_Imports.razor` (+1 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/BotgramService.cs` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderOptions.razor` (+1 -1) _...and 80 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:24 +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#119
No description provided.