From: Yugo Nagata Date: Wed, 2 Oct 2013 10:26:12 +0000 (+0900) Subject: Fix a bug that restart of PostgreSQL doesn't work X-Git-Tag: V3_3_1~3 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=46eb49413ac0fe43a06b5889f894d0c6e2c15a5c;p=pgpooladmin.git Fix a bug that restart of PostgreSQL doesn't work --- diff --git a/templates/elements/status_js.tpl b/templates/elements/status_js.tpl index a42d1fb..f1b3fa7 100644 --- a/templates/elements/status_js.tpl +++ b/templates/elements/status_js.tpl @@ -123,7 +123,7 @@ function restartPgsqlHandler(nodeNumber) { _setVisible('stopPgsqlDiv', false); _setVisible('restartPgsqlDiv', true); - document.stopPgsqlForm.action.value = 'restartPgsql'; + document.restartPgsqlForm.action.value = 'restartPgsql'; document.restartPgsqlForm.nodeNumber.value = nodeNumber; }