mirror of https://github.com/apache/cloudstack.git
UI: Fix Autogenview cleared resource (#6066)
This commit is contained in:
parent
84f19d8f36
commit
e4d70d4214
|
|
@ -921,7 +921,7 @@ export default {
|
|||
}
|
||||
}
|
||||
if (this.items.length > 0) {
|
||||
if (!this.showAction) {
|
||||
if (!this.showAction || this.dataView) {
|
||||
this.resource = this.items[0]
|
||||
this.$emit('change-resource', this.resource)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue