mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'apache/4.18'
This commit is contained in:
commit
4d42b8da0d
|
|
@ -97,7 +97,7 @@ export default {
|
|||
label: 'label.action.force.reconnect',
|
||||
message: 'message.confirm.action.force.reconnect',
|
||||
dataView: true,
|
||||
show: (record) => { return ['Disconnected', 'Up'].includes(record.state) }
|
||||
show: (record) => { return ['Disconnected', 'Up', 'Alert'].includes(record.state) }
|
||||
},
|
||||
{
|
||||
api: 'updateHost',
|
||||
|
|
|
|||
Loading…
Reference in New Issue