Repository: chukwa Updated Branches: refs/heads/master 6b70f9e54 -> 6e69e543c
CHUKWA-789. Added HBase schema to data model document. (Eric Yang) Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/6e69e543 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/6e69e543 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/6e69e543 Branch: refs/heads/master Commit: 6e69e543cbb8bac1ca3c4e82f24a28871520269d Parents: 6b70f9e Author: Eric Yang <[email protected]> Authored: Sat Nov 28 10:42:59 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Sat Nov 28 11:07:10 2015 -0800 ---------------------------------------------------------------------- src/main/web/hicc/WEB-INF/vm/quick-links.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/6e69e543/src/main/web/hicc/WEB-INF/vm/quick-links.vm ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/WEB-INF/vm/quick-links.vm b/src/main/web/hicc/WEB-INF/vm/quick-links.vm index fd6bf9b..ad47b81 100644 --- a/src/main/web/hicc/WEB-INF/vm/quick-links.vm +++ b/src/main/web/hicc/WEB-INF/vm/quick-links.vm @@ -55,7 +55,7 @@ <p><a href="/hicc/ajax-solr/chukwa/" target="link_target">Search Log Files</a></p> </div> <div class="main col-md-10 col-lg-10"> - <iframe id="link_target" src="/hicc/ajax-solr/chukwa/" width="100%" height="100%"></iframe> + <iframe name="link_target" src="/hicc/ajax-solr/chukwa/" width="100%" height="100%"></iframe> </div> </div> </div>
