mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-16 18:27:44 +01:00
Minor issues
This commit is contained in:
@@ -301,7 +301,7 @@ export const ChangePartitionKeyPane: React.FC<ChangePartitionKeyPaneProps> = ({
|
|||||||
{/* Migration Type */}
|
{/* Migration Type */}
|
||||||
<Stack data-test="migration-type-section">
|
<Stack data-test="migration-type-section">
|
||||||
<Text className="panelTextBold" variant="small" style={{ marginBottom: 4 }}>
|
<Text className="panelTextBold" variant="small" style={{ marginBottom: 4 }}>
|
||||||
{t(Keys.containerCopy.migrationType.title)}
|
{t(Keys.containerCopy.migrationTypeTitle)}
|
||||||
</Text>
|
</Text>
|
||||||
<Stack className="panelGroupSpacing" horizontal verticalAlign="center">
|
<Stack className="panelGroupSpacing" horizontal verticalAlign="center">
|
||||||
<div role="radiogroup">
|
<div role="radiogroup">
|
||||||
|
|||||||
@@ -1027,7 +1027,6 @@
|
|||||||
"accountDropdownPlaceholder": "Select an account"
|
"accountDropdownPlaceholder": "Select an account"
|
||||||
},
|
},
|
||||||
"migrationType": {
|
"migrationType": {
|
||||||
"title": "Migration type",
|
|
||||||
"offline": {
|
"offline": {
|
||||||
"title": "Offline mode",
|
"title": "Offline mode",
|
||||||
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
|
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
|
||||||
@@ -1037,6 +1036,7 @@
|
|||||||
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
|
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"migrationTypeTitle": "Migration type",
|
||||||
"selectContainers": {
|
"selectContainers": {
|
||||||
"description": "Please select a source container and a destination container to copy to.",
|
"description": "Please select a source container and a destination container to copy to.",
|
||||||
"sourceContainerSubHeading": "Source container",
|
"sourceContainerSubHeading": "Source container",
|
||||||
|
|||||||
Reference in New Issue
Block a user