Author: yusaku
Date: Fri Jan 25 02:44:00 2013
New Revision: 1438299
URL: http://svn.apache.org/viewvc?rev=1438299&view=rev
Log:
AMBARI-1257. Separator missing in between Oozie and ZooKeeper. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/views/main/dashboard/service/oozie.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1438299&r1=1438298&r2=1438299&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jan 25 02:44:00 2013
@@ -124,6 +124,8 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1257. Separator missing in between Oozie and ZooKeeper. (yusaku)
+
AMBARI-1251. Fix routing issues on Add Host Wizard. (yusaku)
AMBARI-1230. There is a big gap in the lower part of the Jobs table header.
Modified:
incubator/ambari/trunk/ambari-web/app/views/main/dashboard/service/oozie.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/views/main/dashboard/service/oozie.js?rev=1438299&r1=1438298&r2=1438299&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/views/main/dashboard/service/oozie.js
(original)
+++ incubator/ambari/trunk/ambari-web/app/views/main/dashboard/service/oozie.js
Fri Jan 25 02:44:00 2013
@@ -19,7 +19,6 @@
var App = require('app');
App.MainDashboardServiceOozieView = App.MainDashboardServiceView.extend({
- classNames: ['no-borders'],
serviceName: 'oozie',
templateName: require('templates/main/dashboard/service/oozie'),