Add RAID Controller Management to Tools page

Unified card for LSI/Broadcom and Intel VROC controllers: auto-detects
foreign configurations and warns the operator with Import/Clear actions;
allows creating RAID 1 mirrors from unconfigured drives regardless of
controller type. Live output streams via SSE into an inline terminal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Chusavitin
2026-06-19 08:58:19 +03:00
parent cbb0d1e522
commit 258ecb3453
5 changed files with 714 additions and 1 deletions

View File

@@ -406,7 +406,9 @@ func renderTools() string {
` + renderSAADMICard() + `
` + renderIPMIFRUCard()
` + renderIPMIFRUCard() + `
` + renderRAIDMgmtCard()
}
func renderExportIndex(exportDir string) (string, error) {