[PR #92] [MERGED] Replication trend #117

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/92
Author: @franklupo
Created: 9/22/2023
Status: Merged
Merged: 9/22/2023
Merged by: @franklupo

Base: mainHead: Replication_Trend


📝 Commits (9)

📊 Changes

147 files changed (+2220 additions, -644 deletions)

View changed files

.vscode/settings.json (+3 -0)
📝 Corsinvest.ProxmoxVE.Admin.sln (+7 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor (+5 -5)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor (+5 -5)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor (+5 -5)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderWidget.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor (+16 -16)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs (+3 -3)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Timeline.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Corsinvest.ProxmoxVE.Admin.AutoSnap.csproj (+2 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderIndex.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderWidget.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Botgram/Corsinvest.ProxmoxVE.Admin.Botgram.csproj (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor (+31 -31)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor (+12 -45)
src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor.cs (+0 -13)

...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/92 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 9/22/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `Replication_Trend` --- ### 📝 Commits (9) - [`e221f08`](https://github.com/Corsinvest/cv4pve-admin/commit/e221f0845c3a7271ed72b36059ce14b18597a0db) Initial import - [`60e17e3`](https://github.com/Corsinvest/cv4pve-admin/commit/60e17e36f6fa9baa2c577a507ea8ddc14a5257e8) Merge branch 'localization' into Replication_Trend - [`cbd55f6`](https://github.com/Corsinvest/cv4pve-admin/commit/cbd55f6c2ce6ab7485b09b460d9d157365957035) Fix icon - [`65b15c1`](https://github.com/Corsinvest/cv4pve-admin/commit/65b15c19653de4b712c64e119eb2b1bf865b950d) Mergme from main - [`d9edd76`](https://github.com/Corsinvest/cv4pve-admin/commit/d9edd76086c5ac741d3c3f0b42d7e4658f3ed974) Merge branch 'main' into Replication_Trend - [`aca1a55`](https://github.com/Corsinvest/cv4pve-admin/commit/aca1a555f2b6aca5a6b065e43566f537d7c3f475) Bump framework 7.0.7 - [`aec09a2`](https://github.com/Corsinvest/cv4pve-admin/commit/aec09a264ed0714df48bc4da94cbbc16cb7d2801) Merge main - [`ea82853`](https://github.com/Corsinvest/cv4pve-admin/commit/ea828535e41269be8f945e30865738fd2cd1834d) Replication - [`d52a575`](https://github.com/Corsinvest/cv4pve-admin/commit/d52a5757bbfd1a8668e7b7e80258340e50f02f6b) Fix ### 📊 Changes **147 files changed** (+2220 additions, -644 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/settings.json` (+3 -0) 📝 `Corsinvest.ProxmoxVE.Admin.sln` (+7 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor` (+5 -5) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Histories.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor` (+5 -5) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor` (+5 -5) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/RenderWidget.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor` (+16 -16) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs` (+3 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Timeline.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Corsinvest.ProxmoxVE.Admin.AutoSnap.csproj` (+2 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderIndex.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/Components/RenderWidget.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Botgram/Corsinvest.ProxmoxVE.Admin.Botgram.csproj` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor` (+31 -31) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderIndex.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor` (+12 -45) ➖ `src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/RenderOptions.razor.cs` (+0 -13) _...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#117
No description provided.