You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/pages/reports/ReportsPage.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1905,9 +1905,10 @@ function ComingSoon({ what }: { what: string }) {
1905
1905
lineHeight: 1.5,
1906
1906
}}
1907
1907
>
1908
-
{what==='Templates'
1909
-
? 'The report kinds (Fleet Compliance Executive Summary and Framework Attestation) are live in the Library tab, each with signed PDF, CSV, OSCAL, and JSON faces. A gallery for building and saving custom report templates is not built yet.'
1910
-
: 'Scheduled report delivery requires a dispatcher, which is not built yet. For now, generate reports on demand from the Library tab.'}
1908
+
The report kinds (executive, attestation, exception, remediation) are live in the Library
1909
+
tab, each with signed PDF, CSV, OSCAL, and JSON faces, and reports can be delivered on a
1910
+
schedule from the Scheduled tab. A gallery for building and saving custom report templates
0 commit comments