mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 21:05:54 +03:00
[PR #68] [MERGED] Subscription #105
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#105
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/68
Author: @franklupo
Created: 7/9/2023
Status: ✅ Merged
Merged: 7/9/2023
Merged by: @franklupo
Base:
main← Head:subscription📝 Commits (3)
ba92c48Add Subscription module2e24bceFix2d07e86Fix📊 Changes
32 files changed (+470 additions, -101 deletions)
View changed files
📝
Corsinvest.ProxmoxVE.Admin.sln(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Module.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Botgram/Module.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Module.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.ClusterUsage/Module.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj(+2 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/PveAdminHelper.cs(+18 -29)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Modularity/AdminModuleCategory.cs(+2 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Modularity/PveAdminModuleBase.cs(+4 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/ModuleCore.cs(+10 -3)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Options/ClusterNodeOptions.cs(+3 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Options/Module.cs(+1 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Options/RenderAdminOptions.razor.cs(+2 -15)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Options/RenderNodesOptions.razor.cs(+14 -27)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/IPveClientService.cs(+2 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/PveClientService.cs(+45 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/Info.cs(+56 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/Module.cs(+57 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/RenderIndex.razor(+89 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/RenderIndex.razor.cs(+75 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.