Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(xo-web): clarify windows update label #6632

Merged
merged 4 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”

- [REST API] Expose `residentVms` property on hosts objects
- [VM/Advanced] Clarify *Windows Update* label [#6632](https://github.com/vatesfr/xen-orchestra/issues/6632)
fbeauchamp marked this conversation as resolved.
Show resolved Hide resolved

### Bug fixes

Expand Down Expand Up @@ -41,5 +42,6 @@
- vhd-lib patch
- xo-server minor
- xo-server-perf-alert patch
- xo-web minor

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/xo-web/src/common/intl/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ const messages = {
hardwareVirtualizedMode: 'Hardware virtualization (HVM)',
hvmModeWithPvDriversEnabled: 'Hardware virtualization with paravirtualization drivers enabled (PVHVM)',
pvInPvhMode: 'PV inside a PVH container (PV in PVH)',
windowsUpdateTools: 'Windows Update tools',
windowsUpdateTools: 'Manage Citrix PV drivers via Windows Update',

// ----- VM stat tab -----
statsCpu: 'CPU usage',
Expand Down