Commit 156c06e8 authored by Andreas Jung's avatar Andreas Jung

- show only the indexSize() which is implemented as BTree.Length() instance

- len(self._unindex) as used in numObjects() might take too long
parent cd2e1e57
......@@ -103,17 +103,7 @@ function toggleSelect() {
><strong>Index type</strong><dtml-else>Index type</dtml-if></a></div>
</td>
<td width="10%" align="left"><div class="list-item"><a
href="./manage_catalogIndexes?skey=numObjects<dtml-if
"rkey == ''">&rkey=numObjects</dtml-if
>"
onMouseOver="window.status='Sort objects by number of indexed objects'; return true"
onMouseOut="window.status=''; return true"><dtml-if
"skey == 'numObjects' or rkey == 'numObjects'"
><strong># objects</strong><dtml-else># objects</dtml-if></a></div>
</td>
<td width="10%" align="left"><div class="list-item"><a
<td width="20%" align="left"><div class="list-item"><a
href="./manage_catalogIndexes?skey=indexSize<dtml-if
"rkey == ''">&rkey=indexSize</dtml-if
>"
......@@ -177,12 +167,6 @@ function toggleSelect() {
</div>
</td>
<td>
<div class="list-item">
<dtml-var numObjects missing="n/a">
</div>
</td>
<td>
<div class="list-item">
<dtml-var indexSize missing="n/a">
......@@ -199,6 +183,7 @@ function toggleSelect() {
</tr>
</dtml-in>
</table>
<table cellspacing="0" cellpadding="2" border="0">
......
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