You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/plugin__odf-console.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,10 @@
103
103
"Select a recipe": "Select a recipe",
104
104
"No recipe found": "No recipe found",
105
105
"Required": "Required",
106
+
"Recipe parameters": "Recipe parameters",
107
+
"Set of rules and configurations that govern how data is selected, stored, and restored.": "Set of rules and configurations that govern how data is selected, stored, and restored.",
108
+
"Add parameter": "Add parameter",
109
+
"Value (optional)": "Value (optional)",
106
110
"Label expressions": "Label expressions",
107
111
"Protect all your Kubernetes objects matching the selected resource label value.": "Protect all your Kubernetes objects matching the selected resource label value.",
108
112
"PVC label selectors": "PVC label selectors",
@@ -147,6 +151,8 @@
147
151
"Type:": "Type:",
148
152
"Recipe name:": "Recipe name:",
149
153
"Recipe namespace:": "Recipe namespace:",
154
+
"Recipe Parameters:": "Recipe Parameters:",
155
+
"None": "None",
150
156
"Label expressions:": "Label expressions:",
151
157
"PVC label selectors:": "PVC label selectors:",
152
158
"Replication": "Replication",
@@ -1304,7 +1310,6 @@
1304
1310
"Use different criteria for tagging your bucket.": "Use different criteria for tagging your bucket.",
1305
1311
"No tags are attached to this bucket.": "No tags are attached to this bucket.",
1306
1312
"Add tag": "Add tag",
1307
-
"Value (optional)": "Value (optional)",
1308
1313
"Enter a valid rule name": "Enter a valid rule name",
1309
1314
"A rule name is required.": "A rule name is required.",
1310
1315
"A rule with this name already exists. Type a different name.": "A rule with this name already exists. Type a different name.",
Copy file name to clipboardExpand all lines: packages/mco/components/discovered-application-wizard/wizard-steps/configuration-step/recipe-selection.tsx
+45
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ import { StatusBox } from '@odf/shared/generic/status-box';
0 commit comments