We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bd4ba commit 5df1337Copy full SHA for 5df1337
1 file changed
ui/src/views/image/UpdateTemplateIsoPermissions.vue
@@ -164,7 +164,7 @@ export default {
164
fetchAccounts () {
165
this.loading = true
166
api('listAccounts', {
167
- listall: true
+ domainid: this.resource.domainid
168
}).then(response => {
169
this.accounts = response.listaccountsresponse.account.filter(account => account.name !== this.resource.account)
170
}).finally(e => {
0 commit comments