mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[PR #154] [MERGED] docs: add Dashboard module documentation and update editions/modules index #146
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#146
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/154
Author: @franklupo
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @franklupo
Base:
main← Head:docs/dashboard-and-editions📝 Commits (2)
eda3cb1refactor: remove redundant ModuleType from Widget and simplify GetModuleWidgetdec3a99docs: add Dashboard module documentation and update editions/modules index📊 Changes
9 files changed (+271 additions, -60 deletions)
View changed files
📝
docs/user/docs/editions.md(+13 -13)📝
docs/user/docs/modules/dashboard.md(+92 -2)📝
docs/user/docs/modules/index.md(+1 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/Dashboard.razor.cs(+0 -1)➕
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Migrations/20260217125654_RemoveWidgetModuleType.Designer.cs(+128 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Migrations/20260217125654_RemoveWidgetModuleType.cs(+32 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Migrations/ModuleDbContextModelSnapshot.cs(+2 -12)📝
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Models/Widget.cs(+3 -5)📝
src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/dashboards.json(+0 -27)📄 Description
Summary
dashboard.mddocumentation: feature overview (multiple dashboards, widget library, multi-cluster filter, auto-refresh, screen preview, import/export), edit mode operations, built-in widgets (Web Content, Memo), and table of widgets provided by other modulesmodules/index.md: use official Categories from code (Categories.cs) — Protection, Health, Control, Utilities — and add Dashboard under Utilitieseditions.md: add clickable links to module documentation pages for all modules that have a dedicated page; fix Dashboard category from Application to UtilitiesTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.