Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96d27a7d2d |
@@ -103,7 +103,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
reloadIframeHandler(message: WebSocketMessage) {
|
||||
setTimeout(() => this.reloadIframe(), 200);
|
||||
this.iframeReloadPoller.ok.subscribe(() => this.reloadIframe());
|
||||
this.iframeReloadPoller.start();
|
||||
}
|
||||
|
||||
setLayout(layout: string) {
|
||||
|
||||
Reference in New Issue
Block a user