diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-28 20:45:21 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-28 20:45:21 +0100 |
| commit | ef28780fba689daefdb9e770d370deed14f2447e (patch) | |
| tree | 5974b0763ef1c78e0419fe8af06c2e518867c2ff /client/js/services/Compute.js | |
| parent | d1991fca2b3e9517da9aff571494dbc1374344d9 (diff) | |
Test
Diffstat (limited to 'client/js/services/Compute.js')
| -rw-r--r-- | client/js/services/Compute.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/services/Compute.js b/client/js/services/Compute.js index 7e1764f..43d13c4 100644 --- a/client/js/services/Compute.js +++ b/client/js/services/Compute.js @@ -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){ |
