mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix getDiagnosticsData files field (#5853)
Fixes #5707 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
216bea1978
commit
c17ae740f4
@ -1025,7 +1025,7 @@ export default {
|
||||
|
||||
this.showAction = true
|
||||
for (const param of this.currentAction.paramFields) {
|
||||
if (param.type === 'list' && ['tags', 'hosttags', 'storagetags'].includes(param.name)) {
|
||||
if (param.type === 'list' && ['tags', 'hosttags', 'storagetags', 'files'].includes(param.name)) {
|
||||
param.type = 'string'
|
||||
}
|
||||
if (param.type === 'uuid' || param.type === 'list' || param.name === 'account' || (this.currentAction.mapping && param.name in this.currentAction.mapping)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user