fix(xo-web): show Suse icon when distro name is opensuse (#6852)

See #6676
See #6746
See https://xcp-ng.org/forum/topic/6965
This commit is contained in:
Pierre Donias
2023-05-26 09:24:30 +02:00
committed by GitHub
parent 444268406f
commit 8e176eadb1
3 changed files with 3 additions and 2 deletions

View File

@@ -178,7 +178,7 @@
### Bug fixes
- [xo-cli] Fix `write EPIPE` error when used with piped output is closed (e.g. like `| head`) [#6680](https://github.com/vatesfr/xen-orchestra/issues/6680)
- [VM] Show distro icon for openSUSE [Forum#6965](https://xcp-ng.org/forum/topic/6965)
- [VM] Show distro icon for openSUSE [Forum#6965](https://xcp-ng.org/forum/topic/6965) (PR [#6676](https://github.com/vatesfr/xen-orchestra/pull/6676))
- [ESXI import] Handle listing more than 100 VMs
### Released packages

View File

@@ -18,6 +18,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Sorted table] In collapsed actions, a spinner is displayed during the action time (PR [#6831](https://github.com/vatesfr/xen-orchestra/pull/6831))
- [VM] Show SUSE icon when distro name is `opensuse` (PR [#6852](https://github.com/vatesfr/xen-orchestra/pull/6852))
### Packages to release

View File

@@ -196,7 +196,7 @@ export const osFamily = invoke(
osx: ['osx'],
redhat: ['redhat', 'rhel'],
solaris: ['solaris'],
suse: ['sles', 'suse', 'opensuse-leap', 'opensuse-microos'],
suse: ['sles', 'suse', 'opensuse', 'opensuse-leap', 'opensuse-microos'],
ubuntu: ['ubuntu'],
windows: ['windows'],
},