Commit 451bc59c authored by Andreas Jung's avatar Andreas Jung

parent 64dc4180
...@@ -122,6 +122,8 @@ Zope Changes ...@@ -122,6 +122,8 @@ Zope Changes
Bugs fixed Bugs fixed
- Collector #1213: Fixed wrong labels of cache parameters
- Collector #1265: Fixed handling of orphans in ZTUtil.Batch - Collector #1265: Fixed handling of orphans in ZTUtil.Batch
- Collector #1293: missing 'address' parameters within one of the server - Collector #1293: missing 'address' parameters within one of the server
......
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
<tr class="list-header"> <tr class="list-header">
<th><div class="list-item">Cache Name</div></th> <th><div class="list-item">Cache Name</div></th>
<th><div class="list-item">Number of objects in memory</div></th> <th><div class="list-item">Number of active objects</div></th>
<th><div class="list-item">Number of ghost objects</div></th> <th><div class="list-item">Total active and non-active objects</div></th>
</tr> </tr>
<dtml-in cache_detail_length mapping> <dtml-in cache_detail_length mapping>
<dtml-if name="sequence-odd"><tr class="row-normal"> <dtml-if name="sequence-odd"><tr class="row-normal">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment