AMBARI-20495. Ambari REST API explorer should show ambari logo. (Oleg Nechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0a4e4169 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0a4e4169 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0a4e4169 Branch: refs/heads/trunk Commit: 0a4e4169c96714207eafb8dce1398096c0188e25 Parents: fb86fb3 Author: Jaimin Jetly <[email protected]> Authored: Mon Mar 20 17:47:23 2017 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Mon Mar 20 17:47:23 2017 -0700 ---------------------------------------------------------------------- ambari-web/api-docs/css/index.css | 9 ++++----- ambari-web/api-docs/index.html | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0a4e4169/ambari-web/api-docs/css/index.css ---------------------------------------------------------------------- diff --git a/ambari-web/api-docs/css/index.css b/ambari-web/api-docs/css/index.css index b013939..1de91e3 100644 --- a/ambari-web/api-docs/css/index.css +++ b/ambari-web/api-docs/css/index.css @@ -15470,13 +15470,12 @@ header.site-header.site-header nav .navbar-brand { width: 120px; } header.site-header.site-header nav .navbar-brand a { - background: url("../images/senodio.png") center left no-repeat; - /*background-size: 76%;*/ + background: url("/img/ambari-logo.png") center left no-repeat; width: 130px; - height: 40px; + height: 32px; display: block; - margin-top: 5px; - background-size: 48%; + margin-top: 10px; + background-size: 32px; } header.site-header.site-header nav .navbar-brand img { position: relative; http://git-wip-us.apache.org/repos/asf/ambari/blob/0a4e4169/ambari-web/api-docs/index.html ---------------------------------------------------------------------- diff --git a/ambari-web/api-docs/index.html b/ambari-web/api-docs/index.html index 93ffe33..90728cd 100644 --- a/ambari-web/api-docs/index.html +++ b/ambari-web/api-docs/index.html @@ -215,7 +215,7 @@ <button type="button" data-toggle="collapse" data-target="#navbar-collapse" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> - <h1 class="navbar-brand"><a href="http://swagger.io"><span>swagger explorer</span></a></h1> + <h1 class="navbar-brand"><a href="/#/main/dashboard"><span>Ambari</span></a></h1> </div> <div id="navbar-collapse" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-left">
