Skip to content

Commit

Permalink
Merge pull request #1111 from GowthamShanmugam/RHSTOR-4943-1
Browse files Browse the repository at this point in the history
Blocking DRPolicy creation for multiple ODF cluster
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2023
2 parents 79af2c7 + a289e09 commit cdab6fd
Show file tree
Hide file tree
Showing 16 changed files with 1,011 additions and 495 deletions.
5 changes: 3 additions & 2 deletions locales/en/plugin__odf-console.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"Cluster search": "Cluster search",
"Cluster name": "Cluster name",
"Select cluster list": "Select cluster list",
"Cannot be selected as it has multiple storage instances.": "Cannot be selected as it has multiple storage instances.",
"Checkbox to select cluster": "Checkbox to select cluster",
"Select schedule time format in minutes, hours or days": "Select schedule time format in minutes, hours or days",
"1 or more managed clusters are offline": "1 or more managed clusters are offline",
"The status for both the managed clusters must be available for creating a DR policy. To restore a cluster to an available state, refer to the instructions in the ACM documentation.": "The status for both the managed clusters must be available for creating a DR policy. To restore a cluster to an available state, refer to the instructions in the ACM documentation.",
"Cannot proceed with one or more selected clusters": "Cannot proceed with one or more selected clusters",
"We could not retrieve any information about the managed cluster {{names}}. Check the documentation for potential causes and follow the steps mentioned and try again.": "We could not retrieve any information about the managed cluster {{names}}. Check the documentation for potential causes and follow the steps mentioned and try again.",
"{{ names }} has either an unsupported ODF version or the ODF operator is missing, install or update to ODF {{ version }} or the latest version to enable DR protection.": "{{ names }} has either an unsupported ODF version or the ODF operator is missing, install or update to ODF {{ version }} or the latest version to enable DR protection.",
"{{ names }} is not connected to RHCS": "{{ names }} is not connected to RHCS",
"Replication policy": "Replication policy",
"Sync schedule": "Sync schedule",
"Replication policy": "Replication policy",
"Information unavailable": "Information unavailable",
"Data policies": "Data policies",
"Disaster recovery": "Disaster recovery",
Expand Down Expand Up @@ -857,6 +857,7 @@
"Target Bucket": "Target Bucket",
"Number of Volumes": "Number of Volumes",
"Volume Size": "Volume Size",
"Unit": "Unit",
"Target blob container": "Target blob container",
"Target bucket": "Target bucket",
"Account name": "Account name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.mco-create-data-policy__dropdown {
min-width: 12em;
width: 12rem;
}

.mco-create-data-policy__alert {
Expand Down
Loading

0 comments on commit cdab6fd

Please sign in to comment.