PLT-6298 fixing javascript error on HA system console page (#6080)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
8d67fa03a9
Коммит
7e29dc65aa
@@ -11,6 +11,9 @@ export default class ClusterTableContainer extends React.Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
|
this.load = this.load.bind(this);
|
||||||
|
this.reload = this.reload.bind(this);
|
||||||
|
|
||||||
this.interval = null;
|
this.interval = null;
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user