|
@@ -62,12 +62,6 @@ App.MainDashboardServiceHbaseView = App.MainDashboardServiceView.extend({
|
|
|
}.property("service.regionServers.length")
|
|
|
}),
|
|
|
|
|
|
- /**
|
|
|
- * Formatted output for passive master components
|
|
|
- */
|
|
|
- passiveMasterOutput: function () {
|
|
|
- return Em.I18n.t('service.hbase.passiveMasters').format(this.get('passiveMasters').length);
|
|
|
- }.property('passiveMasters'),
|
|
|
/**
|
|
|
* One(!) active master component
|
|
|
*/
|