aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/post.html')
-rw-r--r--tools/gce_setup/post.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gce_setup/post.html b/tools/gce_setup/post.html
new file mode 100644
index 0000000000..57cbc8c369
--- /dev/null
+++ b/tools/gce_setup/post.html
@@ -0,0 +1,12 @@
+ ]);
+
+ var table = new google.visualization.Table(document.getElementById('table_div'));
+
+ table.draw(data, {showRowNumber: true});
+ }
+ </script>
+ </head>
+ <body>
+ <div id="table_div"></div>
+ </body>
+</html>