diff options
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html index 80e75ba49..1e20c0cfd 100644 --- a/htroot/Threaddump_p.html +++ b/htroot/Threaddump_p.html @@ -6,20 +6,20 @@ #%env/templates/metas.template%#
</head>
<body id="Threaddump">
- #%env/templates/header.template%# + #%env/templates/header.template%#
#%env/templates/submenuComputation.template%#
<h2>Threaddump</h2>
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
- <input type="submit" name="singleThreaddump" value="Single Threaddump" />
+ <input type="submit" name="singleThreaddump" class="btn btn-primary" value="Single Threaddump" />
</fieldset>
</form></td>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
- <input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />
+ <input type="submit" name="multipleThreaddump" class="btn btn-primary" value="Multiple Dump Statistic" />
</fieldset>
</form></td>
</tr></table>
|
