Repository: knox Updated Branches: refs/heads/master 26182eb35 -> 1c75488e7
KNOX-1311 - Ambari logos are not showing up in Ambari Web UI (Yusaku Sako via lmccay) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/1c75488e Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/1c75488e Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/1c75488e Branch: refs/heads/master Commit: 1c75488e7888cd019995fcae758621fa8691fa9c Parents: 26182eb Author: Larry McCay <[email protected]> Authored: Tue May 15 20:43:59 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Tue May 15 20:43:59 2018 -0400 ---------------------------------------------------------------------- .../src/main/resources/services/ambariui/2.2.0/rewrite.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/1c75488e/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml b/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml index 9358ac0..9955916 100644 --- a/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml +++ b/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml @@ -99,6 +99,8 @@ <apply path="/api/v1" rule="AMBARIUI/ambari/outbound/extrapath"/> <apply path="\{proxy_root\}" rule="AMBARIUI/ambari/outbound/sitepath"/> <apply path="/img/logo-white.png" rule="AMBARIUI/ambari/outbound/whitelogo"/> + <apply path="/img/ambari-logo.png" rule="AMBARIUI/ambari/outbound/img"/> + <apply path="/img/logo.png" rule="AMBARIUI/ambari/outbound/img"/> <apply path="/#/main/dashboard" rule="AMBARIUI/ambari/outbound/logohref"/> <apply path="/img/ambari-view-default.png" rule="AMBARIUI/ambari/outbound/ambariview"/> </content> @@ -106,6 +108,8 @@ <apply path="/api/v1" rule="AMBARIUI/ambari/outbound/extrapath"/> <apply path="\{proxy_root\}" rule="AMBARIUI/ambari/outbound/sitepath"/> <apply path="/img/logo-white.png" rule="AMBARIUI/ambari/outbound/whitelogo"/> + <apply path="/img/ambari-logo.png" rule="AMBARIUI/ambari/outbound/img"/> + <apply path="/img/logo.png" rule="AMBARIUI/ambari/outbound/img"/> <apply path="/#/main/dashboard" rule="AMBARIUI/ambari/outbound/logohref"/> <apply path="/img/ambari-view-default.png" rule="AMBARIUI/ambari/outbound/ambariview"/> </content>
