We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa42c7d commit 7ae05d7Copy full SHA for 7ae05d7
1 file changed
csp-data/csp/confpage.csp.xml
@@ -72,7 +72,7 @@ if $data(^SYSMONClassTemp)
72
73
<csp:method name = "StopMonitor">
74
new $namespace
75
-set $namespace = "SYSMON"
+set $namespace = "%SYS"
76
set sc = ##class(%SYS.Monitor).Stop()
77
if sc=1 {
78
&js< alert(" System Monitor stopped")>
@@ -85,7 +85,7 @@ if sc=1 {
85
86
<csp:method name = "StartMonitor">
87
88
89
set sc = ##class(%SYS.Monitor).Start()
90
91
&js< alert("System Monitor started")>
@@ -98,7 +98,7 @@ if sc=1 {
98
99
<csp:method name = "CheckMon">
100
101
102
set sc = ##class(%SYS.Monitor).State()
103
if sc=0 {
104
&js< document.getElementById('btnstart').disabled = false;
0 commit comments