mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge fix for UI
This commit is contained in:
parent
11455f6d49
commit
935c568082
@ -482,7 +482,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getProject (projectName) {
|
getProject (projectName) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
api('listProjects', {
|
getAPI('listProjects', {
|
||||||
response: 'json',
|
response: 'json',
|
||||||
domainId: this.selectedDomain,
|
domainId: this.selectedDomain,
|
||||||
details: 'min'
|
details: 'min'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user