File tree Expand file tree Collapse file tree
ui/frontend/src/components/DownloadSshKeyPage/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CI_FOLDER = images
22PIPE_IMAGE ?= quay.io/ztpfw/pipeline
3- UI_IMAGE = quay.io/ztpfw/ui
3+ UI_IMAGE ? = quay.io/ztpfw/ui
44BRANCH ?= $(shell git branch --show-current | tr '[:upper:]' '[:lower:]' | tr '\/' '-')
55HASH := $(shell git rev-parse HEAD)
66RELEASE ?= latest
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi8/nodejs-16:latest as builder
22USER root
3+ RUN npm install -g corepack
34RUN corepack enable yarn
45
56WORKDIR /app
Original file line number Diff line number Diff line change @@ -404,6 +404,11 @@ exports[`DownloadSshKeyPage can render 1`] = `
404404 Danger alert:
405405 </span >
406406 Incorrect SSH key secret
407+ </h4 >
408+ <div
409+ class = " pf-c-alert__description"
410+ >
411+ The secret with ssh private key does not meet the required structure.
407412
408413 <button
409414 aria-disabled = " false"
@@ -415,8 +420,7 @@ exports[`DownloadSshKeyPage can render 1`] = `
415420 >
416421 Try again
417422 </button >
418- </h4 >
419-
423+ </div >
420424 </div >
421425 </div >
422426 <div
You can’t perform that action at this time.
0 commit comments