bfg-common 1.5.172 → 1.5.174

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.
@@ -27,7 +27,7 @@
27
27
  <common-pages-scheduled-tasks-modals-common-new-task-form
28
28
  v-if="selectedStep.id === dynamicSteps.schedulingOptions"
29
29
  v-model="modelSchedulerTask"
30
- :target="selectedVirtualMachine"
30
+ :target="props.vmName"
31
31
  />
32
32
 
33
33
  <common-wizards-vm-migrate-select-type
@@ -131,7 +131,6 @@ const props = withDefaults(
131
131
  configurePerDisks: UI_I_StorageConfigurePerDiskItem[]
132
132
  computeResourceTableData?: any
133
133
  computeResourceTree?: UI_I_TreeNode | null
134
- selectedVirtualMachine?: string
135
134
  vmState?: number
136
135
  vmInfo?: any | null
137
136
  networks?: any
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.172",
4
+ "version": "1.5.174",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",