bfg-common 1.5.35 → 1.5.36

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.
@@ -238,8 +238,8 @@ watch(
238
238
  sphere: {
239
239
  storage: props.isScheduledTasks ? 1 : 0,
240
240
  resource: props.isScheduledTasks ? 3 : 2,
241
- 'resource-storage': 2,
242
- server: 3,
241
+ 'resource-storage': 4,
242
+ server: 5,
243
243
  },
244
244
  }
245
245
 
@@ -104,6 +104,8 @@ export const stepsSchemeInitial: number[][] = [
104
104
  [0, 1, 4, 7], // Procurator and Sphere Scheme for "Change storage only" type (from Scheduled tasks)
105
105
 
106
106
  [1, 3, 5, 6, 7], // Sphere Scheme for "Change compute resource only" type
107
+ [0, 1, 3, 5, 6, 7], // Sphere Scheme for "Change compute resource only" type (from Scheduled tasks)
108
+
107
109
  [1, 3, 4, 5, 6, 7], // Sphere Scheme for "Change both compute resource and storage" type
108
110
  [1, 2, 3, 4, 5, 6, 7], // Sphere Scheme for "Cross Sphere Zone export" type
109
111
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.35",
4
+ "version": "1.5.36",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",