mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
fix(xo6/host): wrap Network name in PIF side panel (#10155)
This commit is contained in:
committed by
GitHub
parent
9b6f882424
commit
377e315e02
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user