mirror of https://github.com/apache/cloudstack.git
stuff
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
1dd1b9716d
commit
1ff74e939b
|
|
@ -252,6 +252,9 @@ export default {
|
|||
return 0
|
||||
})
|
||||
}
|
||||
if (!this.columnKeys.includes('name')) {
|
||||
this.columnKeys = ['name', ...this.columnKeys]
|
||||
}
|
||||
for (const key of this.columnKeys) {
|
||||
this.columns.push({
|
||||
title: key,
|
||||
|
|
|
|||
Loading…
Reference in New Issue