Skip to content

Commit

Permalink
build(pci-block-storage): add temporary pci-common lib
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Chaumet <[email protected]>
  • Loading branch information
SimonChaumet committed Jan 8, 2025
1 parent 52cdc63 commit 78d5ba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-block-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.14.2",
"@ovh-ux/manager-pci-common": "file:./ovh-ux-manager-pci-common-v0.14.2.tgz",
"@ovh-ux/manager-react-components": "^1.41.2",
"@ovh-ux/manager-react-core-application": "^0.11.4",
"@ovh-ux/manager-react-shell-client": "^0.8.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export function LocationStep({
onSelectRegion={setRegion}
regionFilter={(r) =>
r.isMacro ||
r.services.some((s) => s.name === 'volume' && s.status === 'UP')
r.services.some((s) => s.name === 'volume' && s.status === 'UP') ||
r.type === 'region-3-az'
}
/>
)}
Expand Down

0 comments on commit 78d5ba5

Please sign in to comment.