diff --git a/static/index.html b/static/index.html
index 07726e37..933fb02d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -7,7 +7,7 @@
/* TODO: move into own file. run tests? */
function receivedMessage(msg) {
console.log("new message!", msg);
- // TODO:
+ // TODO:
// 1. build a sub element id= sessionDate (need to store that field still?) if el w/id doesn't exist
// 2. append to that element instead of directly to "sequences". then we can later hide finished sequences
@@ -17,17 +17,57 @@
add_new_series(data['content'])
}
}
+
+function mktable(data){
+ const keys = [
+ "SequenceType", "PED_major", "TR", "TE", "Matrix",
+ "PixelResol", "BWP", "BWPPE", "FA", "TA",
+ "FoV", "Shims"]
+
+ let table = "