mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 17:13:53 +00:00
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
Block a user