From 7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Mon, 17 Apr 2017 07:46:53 -0700 Subject: PLT-6298 fixing javascript error on HA system console page (#6080) --- webapp/components/admin_console/cluster_table_container.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webapp/components') diff --git a/webapp/components/admin_console/cluster_table_container.jsx b/webapp/components/admin_console/cluster_table_container.jsx index 59fe12ef7..7a67bb842 100644 --- a/webapp/components/admin_console/cluster_table_container.jsx +++ b/webapp/components/admin_console/cluster_table_container.jsx @@ -11,6 +11,9 @@ export default class ClusterTableContainer extends React.Component { constructor(props) { super(props); + this.load = this.load.bind(this); + this.reload = this.reload.bind(this); + this.interval = null; this.state = { -- cgit v1.2.3-1-g7c22