projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b11c7a7
)
Fix a bug that restart of PostgreSQL doesn't work
author
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 2 Oct 2013 10:26:12 +0000
(19:26 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 2 Oct 2013 10:26:12 +0000
(19:26 +0900)
templates/elements/status_js.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/elements/status_js.tpl
b/templates/elements/status_js.tpl
index a42d1fbfda721610e094047dbc908c0b884654bf..f1b3fa7881155364ad44eb2e1ad02c3eaf28f20d 100644
(file)
--- 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.
stop
PgsqlForm.action.value = 'restartPgsql';
+ document.
restart
PgsqlForm.action.value = 'restartPgsql';
document.restartPgsqlForm.nodeNumber.value = nodeNumber;
}