Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Critical Service page for all assessments in IOD workflow #3666

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CSETWebNg/src/assets/navigation/workflow-omni.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<!-- Critical Service -->
<node displaytext="Critical Service Information" id="csi" path="assessment/{:id}/prepare/csi" visible="INSTALL-MODE-NONE(IOD) MATURITY:8" />
<node displaytext="Critical Service Information" id="csi2" path="assessment/{:id}/prepare/csi" visible="INSTALL-MODE:IOD MATURITY-ANY(4,8,3,5,15,11,9)" />
<node displaytext="Critical Service Information" id="csi2" path="assessment/{:id}/prepare/csi" visible="INSTALL-MODE:IOD" />


<node d="security assurance level (sal)" displaytext="Security Assurance Level (SAL)" id="sal" path="assessment/{:id}/prepare/sal" visible="OPTION-ANY(STANDARD,DIAGRAM) ORIGIN-NOT:CF STANDARD-NOT:RAC" />
<node d="security assurance level (sal)" id="sal" path="assessment/{:id}/prepare/sal" visible="OPTION-ANY(STANDARD,DIAGRAM) ORIGIN-NOT:CF STANDARD-NOT:RAC" />


<!-- ACET/ISE-specific screens -->
Expand Down
Loading