We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a9cf5 commit 999adbdCopy full SHA for 999adbd
ui/src/views/compute/DeployVM.vue
@@ -1227,6 +1227,9 @@ export default {
1227
options: {
1228
page: 1,
1229
pageSize: 10,
1230
+ account: this.owner.account,
1231
+ domainid: this.owner.domainid,
1232
+ projectid: this.owner.projectid,
1233
keyword: undefined,
1234
listall: listAll
1235
}
@@ -1236,6 +1239,9 @@ export default {
1236
1239
1237
1240
1238
1241
1242
1243
1244
1245
1246
1247
0 commit comments