aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/post.html
blob: 57cbc8c36941260c210c742225e2ac0a30c12290 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>