Wizard: support compliance in review step
Reuses the existing oscap profile information.
This commit is contained in:
parent
110e1d7d75
commit
1a19684d97
2 changed files with 29 additions and 4 deletions
|
|
@ -738,7 +738,7 @@ export const DetailsList = () => {
|
|||
};
|
||||
|
||||
export const OscapList = () => {
|
||||
return <OscapProfileInformation />;
|
||||
return <OscapProfileInformation allowChangingCompliancePolicy={true} />;
|
||||
};
|
||||
|
||||
export const FirstBootList = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue