bfg-common 1.4.851 → 1.4.852

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.
@@ -215,7 +215,7 @@ const emits = defineEmits<{
215
215
  user-select: none;
216
216
  cursor: default;
217
217
  .context-icon {
218
- opacity: 0.5;
218
+ opacity: 0.4;
219
219
  }
220
220
  .shortcut {
221
221
  color: var(--context-menu-text-disabled-color);
@@ -12,17 +12,17 @@ export const vmMigrateComputeResourceTabsFunc = (
12
12
  {
13
13
  text: localization.common.clusters,
14
14
  value: 'cluster',
15
- disabled: false,
15
+ disabled: true,
16
16
  },
17
17
  {
18
18
  text: localization.inventoryTabs.resourcePools,
19
19
  value: 'resource-pool',
20
- disabled: false,
20
+ disabled: true,
21
21
  },
22
22
  {
23
23
  text: localization.common.vApps,
24
24
  value: 'v-apps',
25
- disabled: false,
25
+ disabled: true,
26
26
  },
27
27
  ]
28
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.851",
4
+ "version": "1.4.852",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",