mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-27 13:44:12 +00:00
updated the conflicts
This commit is contained in:
@@ -37,11 +37,15 @@ const PreviewCopyJob: React.FC = () => {
|
|||||||
</FieldRow>
|
</FieldRow>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Text className="bold themeText">{ContainerCopyMessages.sourceSubscriptionLabel}</Text>
|
<Text className="bold themeText">{ContainerCopyMessages.sourceSubscriptionLabel}</Text>
|
||||||
<Text data-test="source-subscription-name" className="themeText">{copyJobState.source?.subscription?.displayName}</Text>
|
<Text data-test="source-subscription-name" className="themeText">
|
||||||
|
{copyJobState.source?.subscription?.displayName}
|
||||||
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Text className="bold themeText">{ContainerCopyMessages.sourceAccountLabel}</Text>
|
<Text className="bold themeText">{ContainerCopyMessages.sourceAccountLabel}</Text>
|
||||||
<Text data-test="source-account-name" className="themeText">{copyJobState.source?.account?.name}</Text>
|
<Text data-test="source-account-name" className="themeText">
|
||||||
|
{copyJobState.source?.account?.name}
|
||||||
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack>
|
<Stack>
|
||||||
<DetailsList
|
<DetailsList
|
||||||
|
|||||||
Reference in New Issue
Block a user