projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e63f069
)
fix the type of delay_threshold: bool -> integer
author
Nozomi Anzai
<anzai@sraoss.co.jp>
Mon, 28 Jan 2013 09:05:10 +0000
(18:05 +0900)
committer
Nozomi Anzai
<anzai@sraoss.co.jp>
Mon, 28 Jan 2013 09:05:10 +0000
(18:05 +0900)
templates/pgconfig.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/pgconfig.tpl
b/templates/pgconfig.tpl
index f03fe294dd4c159e380cdca142b553fe12d7edf4..bb00163daa9a406283cc6f690829a7a2935bf014 100644
(file)
--- a/
templates/pgconfig.tpl
+++ b/
templates/pgconfig.tpl
@@
-895,7
+895,7
@@
function delOtherWatchdog(num){
<tr>
<th{if isset($error.delay_threshold)} class="error"{/if}>
<label>{$message.descDelay_threshold|escape}</label>
- <br />delay_threshold (
bool
)</th>
+ <br />delay_threshold (
integer
)</th>
<td><input type="text" name="delay_threshold"
id="delay_threshold" value="{$params.delay_threshold|escape}" /></td>
</tr>