mirror of https://github.com/apache/cloudstack.git
Merge branch '4.16'
This commit is contained in:
commit
7631dede8a
|
|
@ -940,7 +940,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