From c35b8666eb2c976115c78ebb64b780ceb5f5070e Mon Sep 17 00:00:00 2001 From: aidanloughranAQ Date: Mon, 16 Jun 2025 14:55:07 +0100 Subject: [PATCH] Removing lmchart function from .html.wssub --- code/processes/monitor.q | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/processes/monitor.q b/code/processes/monitor.q index 7a3ed786e..23e481dbf 100644 --- a/code/processes/monitor.q +++ b/code/processes/monitor.q @@ -61,7 +61,7 @@ bucketlmchartdata:{[x] x:`minute$$[x=0;1;x];0!select errcount:count i by (0D00:0 /- Data functions - These are functions that are requested by the front end /- start is sent on each connection and refresh. Where there are more than one table it is wise to identify each one using a dictionary as shown -start:{.html.wssub each `heartbeat`logmsg`lmchart; +start:{.html.wssub each `heartbeat`logmsg; .html.dataformat["start";(`hbtable`lmtable`lmchart)!(hbdata[];lmdata[];lmchart[])]} bucketlmchart:{.html.dataformat["bucketlmchart";enlist bucketlmchartdata[x]]} monitorui:.html.readpagereplaceHP["index.html"]