Skip to content

Commit 999adbd

Browse files
Fix listing of ssh keypairs, user data by domain/account
1 parent 18a9cf5 commit 999adbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/src/views/compute/DeployVM.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,9 @@ export default {
12271227
options: {
12281228
page: 1,
12291229
pageSize: 10,
1230+
account: this.owner.account,
1231+
domainid: this.owner.domainid,
1232+
projectid: this.owner.projectid,
12301233
keyword: undefined,
12311234
listall: listAll
12321235
}
@@ -1236,6 +1239,9 @@ export default {
12361239
options: {
12371240
page: 1,
12381241
pageSize: 10,
1242+
account: this.owner.account,
1243+
domainid: this.owner.domainid,
1244+
projectid: this.owner.projectid,
12391245
keyword: undefined,
12401246
listall: listAll
12411247
}

0 commit comments

Comments
 (0)