Test
This commit is contained in:
parent
d1991fca2b
commit
ef28780fba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ mainApp.factory('Compute',[ '$http', 'Identity', function($http, Identity){
|
|||
var getMachines=function(callback){
|
||||
|
||||
var result=$http.post('../server/index.php',
|
||||
$.param({"token" : Identity.getToken(), "task" : "compute", action:"getImage", serverID:"69d5bcc4-2fab-4634-b0d2-f455fee5b7bd"}));
|
||||
$.param({"token" : Identity.getToken(), "task" : "compute", "action":"getImage", "serverID":"69d5bcc4-2fab-4634-b0d2-f455fee5b7bd"}));
|
||||
|
||||
// Wait and handle the response
|
||||
result.then(function (response){
|
||||
|
|
Loading…
Add table
Reference in a new issue