git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1438299 13f79535-47bb-0310-9956-ffa450edef68
@@ -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.
@@ -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'),