diff --git a/ui/general/health.html b/ui/general/health.html index a95a4e9..2c7510c 100644 --- a/ui/general/health.html +++ b/ui/general/health.html @@ -66,6 +66,15 @@ + +
diff --git a/ui/general/health.js b/ui/general/health.js index 3f3570c..36c86f9 100644 --- a/ui/general/health.js +++ b/ui/general/health.js @@ -3,7 +3,6 @@ const drone = document.getElementById("drone"); const drones = [ - // 2.4 GHz Channels ["1", "mu1"], ["2", "mu2"], ["3", "mu3"], ["4", "mu4"], ["5", "mu5"], ["6", "mu6"] ] @@ -20,6 +19,16 @@ function initPage() { addDropDown(drone, drones, currentDrone); } +function handleSelect(account) { + var drone1Table = "
test
"; + switch(account) + { + case "Drone1": + document.getElementById("myTableContainer").innerHTML = drone1Table + break; + } +} + function dockerComposeFileChanged() { if (composeFileSelection.value === "") { populateEditor("");