Skip to content

Commit f89d413

Browse files
authored
sync(*): master to develop
sync(*): master to develop
2 parents eae02d3 + 073ecf8 commit f89d413

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectName=manager
77
sonar.sources=.
88
sonar.sourceEncoding=UTF-8
99
sonar.ws.timeout=60
10-
sonar.projectVersion=cobalt-platypus-12
10+
sonar.projectVersion=europium-leopard
1111

1212
sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
1313
sonar.coverage.exclusions=**/*.spec.js

packages/manager-react-components/src/components/datagrid/datagrid.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ export const Datagrid = <T,>({
209209
tableLayoutFixed,
210210
resourceType,
211211
rowSelection,
212-
size,
213-
variant,
212+
size = ODS_TABLE_SIZE.md,
213+
variant = ODS_TABLE_VARIANT.default,
214214
getRowId,
215215
}: DatagridProps<T>) => {
216216
const { t } = useTranslation('datagrid');

packages/manager/apps/pci-instances/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **pci-instances:** disable vnc and add tooltip explaining reason ([65e2135](https://github.com/ovh/manager/commit/65e2135ed169d6d5944e5201e4962280b6d28931)), closes [#TAPC-5134](https://github.com/ovh/manager/issues/TAPC-5134)
12+
* **pci-instances:** hide label when public network does not have a name ([8fcb2a0](https://github.com/ovh/manager/commit/8fcb2a0f7fc48e19c0eb91f1a1c1bde9f08bc969)), closes [#TAPC-5235](https://github.com/ovh/manager/issues/TAPC-5235)
13+
14+
15+
16+
17+
618
## [0.7.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-16)
719

820
**Note:** Version bump only for package @ovh-ux/manager-pci-instances-app

packages/manager/apps/pci-instances/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-pci-instances-app",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)