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 |
|---|
Marks removable USB devices as black-box targets. The dedicated bee-blackbox service mirrors export files and system logs into a boot-scoped folder and resumes automatically after restart.
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...