Update index.py

pull/618/head
Mr Chen 10 months ago
parent cb62e367ec
commit c0fbf71a8e
  1. 4
      plugins/zabbix/index.py

@ -219,7 +219,9 @@ def zOp(method):
def start():
return zOp('start')
val = zOp('start')
mw.restartWeb()
return val
def stop():

Loading…
Cancel
Save