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.
|
@@ -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
|
]
|