Skip to content

Commit

Permalink
Adding devices
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Oct 16, 2024
1 parent 0f6e8f7 commit 47bad4e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/community/devices.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<head>
<title>UDMI test results</title>
</head>
<body>
<h1>UDMI test results</h1>
<div id="device-table"></div>
<script>
var tabledata = [
{id:1, name:"Oli Bob", progress:12, gender:"male", rating:1, col:"red", dob:"19/02/1984", car:1},
{id:2, name:"Mary May", progress:1, gender:"female", rating:2, col:"blue", dob:"14/05/1982", car:true},
{id:3, name:"Christine Lobowski", progress:42, gender:"female", rating:0, col:"green", dob:"22/05/1982", car:"true"},
{id:4, name:"Brendon Philips", progress:100, gender:"male", rating:1, col:"orange", dob:"01/08/1980"},
{id:5, name:"Margret Marmajuke", progress:16, gender:"female", rating:5, col:"yellow", dob:"31/01/1999"},
{id:6, name:"Frank Harbours", progress:38, gender:"male", rating:4, col:"red", dob:"12/05/1966", car:1},
];

var table = new Tabulator("#example-table", {
data:tabledata, //assign data to table
autoColumns:true, //create columns from data field names
});
</script>
</body>
2 changes: 1 addition & 1 deletion docs/device_testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ <h1>UDMI test results</h1>
</a>: these test results are taken for devices that are proxied by an UDMI gateway.
</li>
</ul>
</body>
</body>

0 comments on commit 47bad4e

Please sign in to comment.