summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/admin_console/cluster_table_container.jsx3
1 files changed, 3 insertions, 0 deletions
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 = {