mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
[UI] Allow detach ISO from instance toolbar when ISO is attached (#8716)
This commit is contained in:
parent
10f72a17f6
commit
0b080cfd82
@ -32,9 +32,9 @@ export default {
|
||||
permission: ['listVirtualMachinesMetrics'],
|
||||
resourceType: 'UserVm',
|
||||
params: () => {
|
||||
var params = { details: 'servoff,tmpl,nics,backoff' }
|
||||
var params = { details: 'servoff,tmpl,iso,nics,backoff' }
|
||||
if (store.getters.metrics) {
|
||||
params = { details: 'servoff,tmpl,nics,backoff,stats' }
|
||||
params = { details: 'servoff,tmpl,iso,nics,backoff,stats' }
|
||||
}
|
||||
return params
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user