Author: rkanter
Date: Mon Feb  4 18:01:52 2013
New Revision: 1442230

URL: http://svn.apache.org/viewvc?rev=1442230&view=rev
Log:
OOZIE-967 Coordinator action window in web UI never finishes refreshing (kinley 
via tucu)

Modified:
    oozie/branches/branch-3.3/release-log.txt
    oozie/branches/branch-3.3/webapp/src/main/webapp/oozie-console.js

Modified: oozie/branches/branch-3.3/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442230&r1=1442229&r2=1442230&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 18:01:52 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 (unreleased)
 
+OOZIE-967 Coordinator action window in web UI never finishes refreshing 
(kinley via tucu)
 OOZIE-1024 ooziedb.sh script should keep OOZIE_CONFIG, OOZIE_LOG, and 
OOZIE_DATA if previously set (rkanter via tucu)
 OOZIE-1023 Docs list OOZIE_CONF instead of OOZIE_CONFIG env var (rkanter via 
tucu)
 OOZIE-1012 Sqoop jobs are unable to utilize Hadoop Counters (jarcec via virag)

Modified: oozie/branches/branch-3.3/webapp/src/main/webapp/oozie-console.js
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/webapp/src/main/webapp/oozie-console.js?rev=1442230&r1=1442229&r2=1442230&view=diff
==============================================================================
--- oozie/branches/branch-3.3/webapp/src/main/webapp/oozie-console.js (original)
+++ oozie/branches/branch-3.3/webapp/src/main/webapp/oozie-console.js Mon Feb  
4 18:01:52 2013
@@ -852,7 +852,6 @@ function coordJobDetailsPopup(response, 
         height: 400,
         width: 1000,
         title: 'Actions',
-        bbar: getPagingBar(jobActionStatus),
         listeners: {
             cellclick: {
                 fn: showWorkflowPopup


Reply via email to