Skip to content

Commit

Permalink
Update Assisted Installer UI Lib to 2.14.2-cim
Browse files Browse the repository at this point in the history
Signed-off-by: jgyselov <[email protected]>
  • Loading branch information
jgyselov committed Mar 10, 2025
1 parent 18ab154 commit 0e59293
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 29 deletions.
112 changes: 88 additions & 24 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@mui/material": "^5.11.1",
"@octokit/rest": "19.0.3",
"@octokit/types": "6.40.0",
"@openshift-assisted/locales": "2.14.1-cim",
"@openshift-assisted/ui-lib": "2.14.1-cim",
"@openshift-assisted/locales": "2.14.2-cim",
"@openshift-assisted/ui-lib": "2.14.2-cim",
"@patternfly-labs/react-form-wizard": "^2.5.0",
"@patternfly/patternfly": "^5.4.2",
"@patternfly/react-charts": "^7.4.7",
Expand Down Expand Up @@ -84,6 +84,7 @@
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"monaco-editor": "^0.34.1",
"parse-url": "^9.2.0",
"ramda": "0.28.0",
"react-error-boundary": "3.1.4",
"react-monaco-editor": "^0.51.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ exports[`DetailsForm it renders 1`] = `
<button
aria-disabled="false"
class="pf-v5-c-button pf-m-plain pf-v5-c-form__group-label-help pf-v5-u-p-0"
data-ouia-component-id="OUIA-Generated-Button-plain-2"
data-ouia-component-id="OUIA-Generated-Button-plain-1"
data-ouia-component-type="PF5/Button"
data-ouia-safe="true"
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ exports[`NetworkForm it renders 1`] = `
</div>
<input
accept="application/x-ssh-key,.pub"
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
style="display: none;"
tabindex="-1"
type="file"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('networking patch utils', () => {
apiVip: '10.10.10.10',
ingressVip: '10.10.10.10',
})
expect(patches.length).toBe(6)
expect(patches.length).toBe(4)
})
})

Expand Down

0 comments on commit 0e59293

Please sign in to comment.