mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
set state of websockets to unopened upon dashboard mount
This commit is contained in:
parent
536e87d29a
commit
73c8f1733f
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ class Dashboard extends Component {
|
|||
|
||||
componentDidMount() {
|
||||
|
||||
Dashboard.webSocketsOpened = false;
|
||||
|
||||
// load widgets of dashboard
|
||||
AppDispatcher.dispatch({
|
||||
type: 'widgets/start-load',
|
||||
|
|
Loading…
Add table
Reference in a new issue