Skip to content

Commit 5df1337

Browse files
author
Hoang Nguyen
authored
ui: fix update template permission (#4744)
1 parent 90bd4ba commit 5df1337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/image/UpdateTemplateIsoPermissions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default {
164164
fetchAccounts () {
165165
this.loading = true
166166
api('listAccounts', {
167-
listall: true
167+
domainid: this.resource.domainid
168168
}).then(response => {
169169
this.accounts = response.listaccountsresponse.account.filter(account => account.name !== this.resource.account)
170170
}).finally(e => {

0 commit comments

Comments
 (0)