Update index.py

pull/624/head
Mr Chen 7 months ago
parent 020354f5bc
commit 30454e3b4a
  1. 4
      plugins/pgadmin/index.py

@ -244,7 +244,7 @@ def start():
pgOp('start')
cleanNginxLog()
return 'ok'
@ -256,12 +256,14 @@ def stop():
def restart():
cleanNginxLog()
state = pgOp('restart')
mw.restartWeb()
return state
def reload():
cleanNginxLog()
return pgOp('reload')
def getPgOption():

Loading…
Cancel
Save