parent
32d0606ee4
commit
a4d90e8aff
@ -11,6 +11,8 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Proxy] _Force upgrade_ no longer fails on broken proxy
|
||||
|
||||
### Packages to release
|
||||
|
||||
> Packages will be released in the order they are here, therefore, they should
|
||||
@ -27,3 +29,5 @@
|
||||
> - major: if the change breaks compatibility
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- xo-web patch
|
||||
|
@ -78,7 +78,7 @@ const INDIVIDUAL_ACTIONS = [
|
||||
{
|
||||
collapsed: true,
|
||||
disabled: ({ vmUuid }) => vmUuid === undefined,
|
||||
handler: (proxy, { upgradeAppliance }) => upgradeAppliance(proxy.id),
|
||||
handler: (proxy, { upgradeAppliance }) => upgradeAppliance(proxy.id, { ignoreRunningJobs: true }),
|
||||
icon: 'upgrade',
|
||||
label: _('forceUpgrade'),
|
||||
level: 'primary',
|
||||
|
Loading…
Reference in New Issue
Block a user