ccp-features #8
|
@ -26,10 +26,10 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
this.#broadcasturl = this.#broadcasturl + "/ws/notification"
|
||||
this.#archive = this.getAttribute("archive")
|
||||
this.connectNewExecution()
|
||||
this.connectBroadcast()
|
||||
}
|
||||
|
||||
connectedCallback(){
|
||||
this.connectBroadcast()
|
||||
this.render()
|
||||
this.refreshExecutions()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue