diff --git a/html/deviceListing.html b/html/deviceListing.html deleted file mode 100644 index d224a68..0000000 --- a/html/deviceListing.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDevice TypeVersion/OSLocation
AbernathyiPhoneZebraCT
DoloresNexusJaguarMASS
- - - \ No newline at end of file diff --git a/html/deviceListing.js b/html/deviceListing.js deleted file mode 100644 index 4cb042b..0000000 --- a/html/deviceListing.js +++ /dev/null @@ -1,36 +0,0 @@ -var tableHtml = processDeviceData(harvestDevices); -alert(tableHtml); -document.getElementById("list").innerHTML = tableHtml; - -function processDeviceData(devices) { - // returns html table entries using data from harvestDevices() - // this is to be inserted into the table with the data-table attribut 'list', which can be found in deviceListing.html - var html=""; - for (var i = 0; i