Jelajahi Sumber

AMBARI-1257. Separator missing in between Oozie and ZooKeeper. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1438299 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 tahun lalu
induk
melakukan
d61660c794
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 0
      CHANGES.txt
  2. 0 1
      ambari-web/app/views/main/dashboard/service/oozie.js

+ 2 - 0
CHANGES.txt

@@ -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.

+ 0 - 1
ambari-web/app/views/main/dashboard/service/oozie.js

@@ -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'),