From 4f84080de37af6fba85a784b124629bd24f822d9 Mon Sep 17 00:00:00 2001 From: Date: Tue, 22 Nov 2016 14:26:40 -0500 Subject: [PATCH] Removed deviceListing.html and deviceListing.js They have been rendered obsolete by listingPage.html and listing.js --- html/deviceListing.html | 39 --------------------------------------- html/deviceListing.js | 36 ------------------------------------ 2 files changed, 75 deletions(-) delete mode 100644 html/deviceListing.html delete mode 100644 html/deviceListing.js 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