Skip to content

Commit

Permalink
Add Veeam logo in configuration form
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Mar 20, 2024
1 parent 363ede4 commit d16933f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/react/ui-elements/Veeam/VeeamConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { bucketNameValidationSchema } from '../../databrowser/buckets/BucketCrea
import { accountNameValidationSchema } from '../../../react/account/AccountCreate';
import { useAccountsLocationsAndEndpoints } from '../../../react/next-architecture/domain/business/accounts';
import { useAccountsLocationsEndpointsAdapter } from '../../..//react/next-architecture/ui/AccountsLocationsEndpointsAdapterProvider';
import { VeeamLogo } from './VeeamLogo';

const schema = Joi.object({
accountName: accountNameValidationSchema,
Expand Down Expand Up @@ -207,7 +208,7 @@ const Configuration = () => {
ref={formRef}
requireMode="partial"
layout={{
title: 'Prepare ARTESCA for Veeam',
title: 'Configure ARTESCA for your Use case',
kind: 'page',
}}
rightActions={
Expand All @@ -231,6 +232,9 @@ const Configuration = () => {
}
>
<FormSection forceLabelWidth={300}>
<Stack style={{ paddingBottom: '1rem' }}>
<Text variant="Large">Prepare ARTESCA for</Text> <VeeamLogo />
</Stack>
<FormGroup
id="accountName"
label="Account"
Expand Down

0 comments on commit d16933f

Please sign in to comment.