mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix update template permission (#4744)
This commit is contained in:
parent
90bd4ba23b
commit
5df1337f27
@ -164,7 +164,7 @@ export default {
|
|||||||
fetchAccounts () {
|
fetchAccounts () {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
api('listAccounts', {
|
api('listAccounts', {
|
||||||
listall: true
|
domainid: this.resource.domainid
|
||||||
}).then(response => {
|
}).then(response => {
|
||||||
this.accounts = response.listaccountsresponse.account.filter(account => account.name !== this.resource.account)
|
this.accounts = response.listaccountsresponse.account.filter(account => account.name !== this.resource.account)
|
||||||
}).finally(e => {
|
}).finally(e => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user