Merge "Add descriptive text describing html interaction."

This commit is contained in:
Christopher Ferris
2018-06-05 19:21:53 +00:00
committed by Gerrit Code Review

View File

@@ -322,7 +322,9 @@ label {
font-family: Roboto Mono,monospace;
cursor: pointer
}
</style></head><body>Native allocation HTML viewer<ol>
</style></head><body>Native allocation HTML viewer<br><br>
Click on an individual line to expand/collapse to see the details of the
allocation data<ol>
"""
html_footer = "</ol></body></html>"