This is an automated email from the ASF dual-hosted git repository.
asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 5a23bad OOZIE-3517 Invalid reference to xtheme-default.css (nobigo
via asalamon74)
5a23bad is described below
commit 5a23bada005efcc1d0c25c0e190155e207292fe9
Author: Andras Salamon <[email protected]>
AuthorDate: Fri Jun 21 10:35:15 2019 +0200
OOZIE-3517 Invalid reference to xtheme-default.css (nobigo via asalamon74)
---
release-log.txt | 1 +
webapp/src/main/webapp/index.jsp | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/release-log.txt b/release-log.txt
index 54546bb..3b4157e 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3517 Invalid reference to xtheme-default.css (nobigo via asalamon74)
OOZIE-3516 Misleading warning: java.lang.IllegalArgumentException: Does not
contain a valid host:port authority: yarnRM (kmarton via asalamon74)
OOZIE-3515 Upgrade sqoop version to 1.4.7 (asalamon74 via kmarton)
OOZIE-3507 Upgrade to Dozer 6 (asalamon74 via kmarton)
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index 112d336..75f8e94 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -20,7 +20,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Oozie Web Console</title>
<link rel="stylesheet" type="text/css"
href="ext-2.2/resources/css/ext-all.css"/>
- <link rel="stylesheet" type="text/css"
href="ext-2.2/resources/css/xtheme-default.css"/>
<link rel="stylesheet" type="text/css" href="oozie-console.css"/>
<!-- jquery needs to be before extjs -->