deprecated old execution monitor controller
This commit is contained in:
parent
2c4352c7c5
commit
8e8275a5c4
|
@ -21,7 +21,15 @@ class CCPExecutionMonitor extends HTMLElement {
|
|||
}
|
||||
|
||||
connectedCallback(){
|
||||
this.#rootdoc.innerHTML = this.render()
|
||||
this.#rootdoc.innerHTML = this.renderDeprecated()
|
||||
}
|
||||
|
||||
renderDeprecated(){
|
||||
return `
|
||||
<div>
|
||||
<span style="color:red;font-weight:bolder">DEPRECATED!<span>
|
||||
<div>
|
||||
`
|
||||
}
|
||||
|
||||
render(){
|
||||
|
|
Loading…
Reference in New Issue