diff options
Diffstat (limited to 'tools/gce_setup/post.html')
-rw-r--r-- | tools/gce_setup/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gce_setup/post.html b/tools/gce_setup/post.html index 57cbc8c369..2cea050c08 100644 --- a/tools/gce_setup/post.html +++ b/tools/gce_setup/post.html @@ -1,8 +1,7 @@ ]); var table = new google.visualization.Table(document.getElementById('table_div')); - - table.draw(data, {showRowNumber: true}); + table.draw(data, {showRowNumber: true, allowHtml: true}); } </script> </head> |