fix(xo6/host): wrap Network name in PIF side panel (#10155)

This commit is contained in:
Sandrine Barrucand
2026-07-23 14:54:56 +02:00
committed by GitHub
parent 9b6f882424
commit 377e315e02
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
</template>
<template #value>
<UiLink v-if="network" size="medium" :to="networkTo" icon="object:network">
<span v-tooltip class="text-ellipsis">{{ network.name_label }}</span>
{{ network.name_label }}
</UiLink>
</template>
<template v-if="network" #addons>

View File

@@ -62,6 +62,7 @@
- [Backups] Fix failed status on successful retry [Forum#12366](https://xcp-ng.org/forum/topic/12366) (PR [#10129](https://github.com/vatesfr/xen-orchestra/pull/10129))
- [Host] Successful evacuation signature fallbacks on older XAPI versions are no longer logged as warnings (PR [#10131](https://github.com/vatesfr/xen-orchestra/pull/10131))
- [Backups] write the complete disk metadata at once to improve compatibility with immutable backup repository (PR [#10104](https://github.com/vatesfr/xen-orchestra/pull/10104))
- [XO6/Host] Wrap the Network name in the PIF side panel (PR [#10155](https://github.com/vatesfr/xen-orchestra/pull/10155))
### Packages to release