[PR #23] [MERGED] Improve doc VmId #77

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

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/23
Author: @matteocv
Created: 5/30/2023
Status: Merged
Merged: 5/30/2023
Merged by: @matteocv

Base: mainHead: main


📝 Commits (5)

📊 Changes

17 files changed (+384 additions, -254 deletions)

View changed files

src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/commands.adoc (+21 -0)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/gui.adoc (+6 -8)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/autosnap.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/cluster status.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/cluster usage.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/diag.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/disk status.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/free memory node.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/modules/botgram/activity.png (+0 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/qemu monitor.png (+0 -0)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc (+4 -3)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html (+282 -195)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/intro.adoc (+2 -3)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-control.adoc (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-health.adoc (+13 -8)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-safe.adoc (+41 -28)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-utilities.adoc (+14 -8)

📄 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/23 **Author:** [@matteocv](https://github.com/matteocv) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@matteocv](https://github.com/matteocv) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`2fbc50b`](https://github.com/Corsinvest/cv4pve-admin/commit/2fbc50b9281f8473f2f29ac520907d93783a92fd) Fix Layout/GUI/Links - [`59df383`](https://github.com/Corsinvest/cv4pve-admin/commit/59df3831017f5918424efba09f3f2975407ea9eb) Merge branch 'main' of https://github.com/matteocv/cv4pve-admin - [`102153f`](https://github.com/Corsinvest/cv4pve-admin/commit/102153f65a71082d67312737b0d06ade6581ab2c) Merge branch 'Corsinvest:main' into main - [`23aa4b7`](https://github.com/Corsinvest/cv4pve-admin/commit/23aa4b786d80474d78ccd1103d7dd1cbd50dbacc) add useful command section - [`845dd8f`](https://github.com/Corsinvest/cv4pve-admin/commit/845dd8f5c5726eadc664e4915ee5430d6e987a7e) Merge branch 'main' of https://github.com/matteocv/cv4pve-admin ### 📊 Changes **17 files changed** (+384 additions, -254 deletions) <details> <summary>View changed files</summary> ➕ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/commands.adoc` (+21 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/gui.adoc` (+6 -8) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/autosnap.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/cluster status.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/cluster usage.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/diag.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/disk status.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/free memory node.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/modules/botgram/activity.png` (+0 -0) ➖ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/qemu monitor.png` (+0 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc` (+4 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html` (+282 -195) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/intro.adoc` (+2 -3) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-control.adoc` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-health.adoc` (+13 -8) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-safe.adoc` (+41 -28) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-utilities.adoc` (+14 -8) </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:14 +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#77
No description provided.