added more attributes for api docs

This commit is contained in:
LukePulverenti
2013-03-08 14:14:09 -05:00
parent bbba73bc6f
commit c4c9126f79
16 changed files with 82 additions and 66 deletions

View File

@@ -194,11 +194,11 @@ var ApiClient = {
},
/**
* Gets a list of network computers from the server
* Gets a list of network devices from the server
*/
getNetworkComputers: function () {
getNetworkDevices: function () {
var url = ApiClient.getUrl("Environment/NetworkComputers");
var url = ApiClient.getUrl("Environment/NetworkDevices");
return $.getJSON(url);
},