Skip to content

Commit

Permalink
Make sure server log load on Dev UI start
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b670d8)
  • Loading branch information
phillip-kruger authored and aloubyansky committed Sep 17, 2024
1 parent 0c4a1d5 commit fb18562
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export class QwcServerLog extends QwcAbstractLogElement {
connectedCallback() {
super.connectedCallback();
this._toggleOnOff(true);
this._history();
this._loadAllLoggers();
}

Expand Down Expand Up @@ -744,4 +745,4 @@ export class QwcServerLog extends QwcAbstractLogElement {

}

customElements.define('qwc-server-log', QwcServerLog);
customElements.define('qwc-server-log', QwcServerLog);

0 comments on commit fb18562

Please sign in to comment.