Correct machine details bug
This commit is contained in:
parent
cc6f0008e3
commit
b0f5474306
4 changed files with 6 additions and 6 deletions
|
@ -40,8 +40,9 @@ mainApp.factory('Compute', ['$http', 'Identity', function ($http, Identity) {
|
|||
|
||||
|
||||
/**
|
||||
* Retrieve machine list
|
||||
* @param {callback} function to call after request complete
|
||||
* Retrieve machine list
|
||||
* @param {type} callback function to call after request complete
|
||||
* @returns {undefined}
|
||||
*/
|
||||
var pullMachines = function (callback) {
|
||||
// Send listServers request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue