bfg-common 1.2.101 → 1.2.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2103,5 +2103,6 @@
2103
2103
  "replicationGroup": "Replication Group",
2104
2104
  "allSelectedObjects": "All Selected Objects",
2105
2105
  "selectVirtualDiskFormat": "Select virtual disk format",
2106
- "migrateCompleteStepDesc": "Verify that the information is correct and click Finish to start the migration."
2106
+ "migrateCompleteStepDesc": "Verify that the information is correct and click Finish to start the migration.",
2107
+ "migrationType": "Migration Type"
2107
2108
  }
@@ -157,8 +157,8 @@ const fieldsErrorMessages = ref<UI_I_ConnectionSettingsFieldsErrorMessages>(
157
157
  const messageTexts = (
158
158
  local: UI_I_Localization
159
159
  ): UI_I_ArbitraryObject<string> => ({
160
- networkLabel: local.vlanIdInvalidMessage,
161
- vlanId: local.networkLabelInvalidMessage,
160
+ networkLabel: local.networkLabelInvalidMessage,
161
+ vlanId: local.vlanIdInvalidMessage,
162
162
  })
163
163
 
164
164
  const isNumberInRange = (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.101",
4
+ "version": "1.2.103",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",