summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-04-17 07:46:53 -0700
committerChristopher Speller <crspeller@gmail.com>2017-04-17 10:46:53 -0400
commit7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe (patch)
tree5aa750abe303dd1528fabd6d8efa2dc5069e419c /webapp
parent8d67fa03a9c6cd954b3ce3ab51407c9e3549ac44 (diff)
downloadchat-7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe.tar.gz
chat-7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe.tar.bz2
chat-7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe.zip
PLT-6298 fixing javascript error on HA system console page (#6080)
Diffstat (limited to 'webapp')
-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 = {