mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix error on login
--Should be 'listSwifts' not 'listSwift'
This commit is contained in:
parent
c2c0d09154
commit
678ea310d8
@ -236,7 +236,7 @@
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
url: createURL("listSwift"),
|
||||
url: createURL("listSwifts"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user