diff options
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html index fa1d63e44..c7551e51c 100644 --- a/htroot/Threaddump_p.html +++ b/htroot/Threaddump_p.html @@ -9,13 +9,20 @@ #%env/templates/header.template%# #%env/templates/submenuViewLog.template%#
<h2>Threaddump</h2>
- <form action="Threaddump_p.html" method="get" >
+ <table border="0" cellpadding="0" cellspacing="0"><tr>
+ <td><form action="Threaddump_p.html" method="get" >
<fieldset>
<input type="submit" name="singleThreaddump" value="Single Threaddump" />
+ </fieldset>
+ </form></td>
+
+ <td><form action="Threaddump_p.html" method="get" >
+ <fieldset>
+ <input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
<input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />
</fieldset>
- </form>
-
+ </form></td>
+ </tr></table>
<div>
<tt>#[content]#</tt>
|
