this.tabView.getTab(5).subscribe("activeChange", function(e) {
                    if(e.newValue) {
                        this.getServerStats();
                    }
                }, this, true);