diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/PerformanceQueues_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
| -rw-r--r-- | htroot/PerformanceQueues_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html index d3c73f52c..9b1936a36 100644 --- a/htroot/PerformanceQueues_p.html +++ b/htroot/PerformanceQueues_p.html @@ -12,7 +12,7 @@ <form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset><legend>Scheduled tasks overview and waiting time settings:</legend> - <table border="0" cellpadding="2" cellspacing="1"> + <table border="0"> <tr class="TableHeader" valign="bottom"> <td>Thread</td> <td>Queue Size</td> @@ -69,7 +69,7 @@ <form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset><legend>Cache Settings:</legend> - <table border="0" cellpadding="5" cellspacing="1"> + <table border="0"> <tr valign="top" class="TableHeader"> <td></td> <td>RAM Cache</td> @@ -128,7 +128,7 @@ <form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset><legend>Thread Pool Settings:</legend> - <table border="0" cellpadding="2" cellspacing="1"> + <table border="0"> <tr class="TableHeader" valign="bottom"> <td>Thread Pool</td> <td>maximum Active</td> |
