[PR #8] [MERGED] If enable background esecution show information #66

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

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/8
Author: @franklupo
Created: 5/18/2023
Status: Merged
Merged: 5/18/2023
Merged by: @franklupo

Base: mainHead: main


📝 Commits (1)

📊 Changes

61 files changed (+224 additions, -170 deletions)

View changed files

📝 Corsinvest.ProxmoxVE.Admin.sln (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderIndex.razor (+4 -4)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderOptions.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Module.cs (+4 -4)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderIndex.razor (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/WidgetCluster/WidgetBase.razor (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Module.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/Costs.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderIndex.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderOptions.razor (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderSettingClusterStorage.razor (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/Storages.razor (+5 -5)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Module.cs (+2 -5)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/JobHelper.cs (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/PveAdminHelper.cs (+8 -8)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Options/Module.cs (+1 -1)

...and 41 more files

📄 Description

(#6)


🔄 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/8 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 5/18/2023 **Status:** ✅ Merged **Merged:** 5/18/2023 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9c1dd0f`](https://github.com/Corsinvest/cv4pve-admin/commit/9c1dd0f3513c4b1003eb1fa33fd2bb2e3c69b5a2) Add support icon ### 📊 Changes **61 files changed** (+224 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `Corsinvest.ProxmoxVE.Admin.sln` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderIndex.razor` (+4 -4) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderOptions.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Module.cs` (+4 -4) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderIndex.razor` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/WidgetCluster/WidgetBase.razor` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Module.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/Costs.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderIndex.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderOptions.razor` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/RenderSettingClusterStorage.razor` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Components/Storages.razor` (+5 -5) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Module.cs` (+2 -5) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/JobHelper.cs` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/PveAdminHelper.cs` (+8 -8) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Options/Module.cs` (+1 -1) _...and 41 more files_ </details> ### 📄 Description (#6) --- <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:09 +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#66
No description provided.