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