diff --git a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx index 3aee4f12..255a5de1 100644 --- a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx +++ b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx @@ -66,7 +66,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -142,7 +142,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -152,7 +152,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -165,7 +165,7 @@ const RepositoriesStatus = ({ return ( <> {' '} - + {repoStatus} diff --git a/src/Components/ImagesTable/Status.tsx b/src/Components/ImagesTable/Status.tsx index 61577e2a..80f1bdf6 100644 --- a/src/Components/ImagesTable/Status.tsx +++ b/src/Components/ImagesTable/Status.tsx @@ -238,7 +238,7 @@ export const ExpiringStatus = ({ + {text} } @@ -254,7 +254,7 @@ export const ExpiringStatus = ({ + {text} } @@ -310,7 +310,7 @@ const statuses = { ), text: ( - + Image build failed ), @@ -326,7 +326,7 @@ const statuses = { building: { icon: , text: ( - + Image build in progress ), @@ -335,7 +335,7 @@ const statuses = { uploading: { icon: , text: ( - + Image upload in progress ), @@ -344,7 +344,7 @@ const statuses = { registering: { icon: , text: ( - + Cloud registration in progress ), @@ -353,7 +353,7 @@ const statuses = { running: { icon: , text: ( - + Running ), @@ -366,7 +366,7 @@ const statuses = { ), text: ( - + Ready ), @@ -392,7 +392,7 @@ const statuses = { ), text: ( - + Sharing image failed ), @@ -405,7 +405,7 @@ const statuses = { ), text: ( - + Failure sharing ),