Explorar o código

AMBARI-4916 'Start All' button is enabled if all services are started (reopen). (ababiichuk)

aBabiichuk %!s(int64=11) %!d(string=hai) anos
pai
achega
6c2447d0eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-web/app/models/service.js

+ 1 - 1
ambari-web/app/models/service.js

@@ -61,7 +61,7 @@ App.Service = DS.Model.extend({
   }.property('workStatus'),
 
   isClientsOnly: function() {
-    var clientsOnly = ['SQOOP','PIG','TEZ'];
+    var clientsOnly = ['SQOOP','PIG','TEZ','HCATALOG'];
     return clientsOnly.contains(this.get('serviceName'));
   }.property('serviceName'),