Przeglądaj źródła

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 lat temu
rodzic
commit
d61660c794

+ 2 - 0
CHANGES.txt

@@ -124,6 +124,8 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  BUG FIXES
 
 
+ AMBARI-1257. Separator missing in between Oozie and ZooKeeper. (yusaku)
+
  AMBARI-1251. Fix routing issues on Add Host Wizard. (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.
  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');
 var App = require('app');
 
 
 App.MainDashboardServiceOozieView = App.MainDashboardServiceView.extend({
 App.MainDashboardServiceOozieView = App.MainDashboardServiceView.extend({
-  classNames: ['no-borders'],
   serviceName: 'oozie',
   serviceName: 'oozie',
   templateName: require('templates/main/dashboard/service/oozie'),
   templateName: require('templates/main/dashboard/service/oozie'),