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