summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/cluster_table_container.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/cluster_table_container.jsx')
-rw-r--r--webapp/components/admin_console/cluster_table_container.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/admin_console/cluster_table_container.jsx b/webapp/components/admin_console/cluster_table_container.jsx
index 8dba80cce..7a67bb842 100644
--- a/webapp/components/admin_console/cluster_table_container.jsx
+++ b/webapp/components/admin_console/cluster_table_container.jsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import React from 'react';
@@ -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 = {