@@ -206,7 +206,7 @@ App.MainHostDetailsController = Em.Controller.extend({
if (!this.get('enablePrimary')) return;
self._doDeleteHostComponent(component);
this.hide();
- },
+ }
});
},
@@ -160,7 +160,7 @@ App.MainHostSummaryView = Em.View.extend({
case 'SQOOP':
installableClients.push('SQOOP');
break;
- case 'HCAT':
+ case 'HCATALOG':
installableClients.push('HCAT');
case 'HDFS':