package webui import ( "fmt" "html" "net/url" "os" "path/filepath" "sort" "strings" ) func renderExport(exportDir string) string { entries, _ := listExportFiles(exportDir) var rows strings.Builder for _, e := range entries { rows.WriteString(fmt.Sprintf(`
Creates a tar.gz archive of all audit files, SAT results, and logs.
` + renderSupportBundleInline() + `| File |
|---|
Write audit JSON or support bundle directly to a removable USB drive.
Inspect NVIDIA GPU health, restart the bee-nvidia driver service, and issue a per-GPU reset when the driver reports reset required.
Loading...
Detecting boot source...
Checking...
Downloads a tar.gz archive of all audit files, SAT results, and logs.
` + renderSupportBundleInline() + `Checking...