Repository: incubator-htrace Updated Branches: refs/heads/master ab8dfe25e -> 81cfc473b
HTRACE-166. Add tabbed view Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/81cfc473 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/81cfc473 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/81cfc473 Branch: refs/heads/master Commit: 81cfc473b472eec94a3e6e7c97af8b21e1a3d6be Parents: ab8dfe2 Author: Abraham Elmahrek <[email protected]> Authored: Wed May 6 16:43:16 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Thu May 14 12:54:36 2015 -0700 ---------------------------------------------------------------------- htrace-htraced/src/web/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/81cfc473/htrace-htraced/src/web/index.html ---------------------------------------------------------------------- diff --git a/htrace-htraced/src/web/index.html b/htrace-htraced/src/web/index.html index d403860..28abd11 100644 --- a/htrace-htraced/src/web/index.html +++ b/htrace-htraced/src/web/index.html @@ -38,8 +38,12 @@ <body> <header id="header" role="banner"> <nav class="navbar navbar-default navbar-static-top" role="navigation"> - <div class="container-fluid"> + <div class="collapse navbar-collapse"> <a class="navbar-brand" href="#">HTrace</a> + + <ul class="nav navbar-nav"> + <li class="active"><a href="/">Search</a></li> + </ul> </div> </nav> </header>
