commit | bb62666da05433bfd60dc642095919d7c58e86fa | [log] [tgz] |
---|---|---|
author | Quentin Smith <quentin@golang.org> | Tue Jan 24 13:22:43 2017 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Jan 26 21:36:34 2017 +0000 |
tree | 68f41ad05d6c6776104dcac157c10e0976284799 | |
parent | c47bedaa68f688f9aaccc495aa8658867bd38ed2 [diff] |
analysis/appengine/template: improve label display The display now shows the top N labels, and shows common labels separately. Each label is a link that filters the results based on that label. Also fixes a typo and removes a harmless double Close. Change-Id: I25b93c7bbfd584ad345c4508e64cd5db73298745 Reviewed-on: https://go-review.googlesource.com/35675 Reviewed-by: Russ Cox <rsc@golang.org>