summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-20 16:20:14 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-20 16:20:14 +0000
commitb6d32f7f89178a189167976cb1a769f309d47b6a (patch)
tree089d89e4b4ffc17e3b837d479518432229107876 /htroot
parentf2bf48bff3c33027bed7190f8dc374456ecd65e3 (diff)
bugfix performace-menu
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@418 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot')
-rw-r--r--htroot/Performance_p.html6
-rw-r--r--htroot/Performance_p.java2
2 files changed, 3 insertions, 5 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index 79eb7a57c..08ea4fbab 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -10,8 +10,8 @@
<h2>Performance</h2>
<p>
<div class=small><b>Scheduled tasks overview and waiting time settings:</b></div>
-<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1">
+<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<tr class="TableHeader" valign="bottom">
<td class="small">Thread</td>
<td class="small">Queue Size</td>
@@ -56,8 +56,8 @@
<input type="submit" name="delaysubmit" value="Submit New Delay Values">
Changes take effect immediately</td>
</tr>
-</table>
</form>
+</table>
</p>
<p>
@@ -146,8 +146,6 @@ Changes take effect immediately</td>
</table>
</p>
-
-
#[footer]#
</body>
</html>
diff --git a/htroot/Performance_p.java b/htroot/Performance_p.java
index 8243d206b..fa86e5283 100644
--- a/htroot/Performance_p.java
+++ b/htroot/Performance_p.java
@@ -91,7 +91,7 @@ public class Performance_p {
thread = switchboard.getThread(threadName);
// set values to templates
- //prop.put("table_" + c + "_threadname", threadName);
+ prop.put("table_" + c + "_threadname", threadName);
prop.put("table_" + c + "_shortdescr", (thread.getMonitorURL() == null) ? thread.getShortDescription() : "<a href=\"" + thread.getMonitorURL() + "\" class=?\"small\">" + thread.getShortDescription() + "</a>");
prop.put("table_" + c + "_longdescr", thread.getLongDescription());
queuesize = thread.getJobCount();