Commit f61152d3 authored by Andreas Jung's avatar Andreas Jung

support for indexSize()

parent e11d60cb
......@@ -103,7 +103,7 @@ function toggleSelect() {
><strong>Index type</strong><dtml-else>Index type</dtml-if></a></div>
</td>
<td width="20%" align="left"><div class="list-item"><a
<td width="10%" align="left"><div class="list-item"><a
href="./manage_catalogIndexes?skey=numObjects<dtml-if
"rkey == ''">&rkey=numObjects</dtml-if
>"
......@@ -113,6 +113,16 @@ function toggleSelect() {
><strong># objects</strong><dtml-else># objects</dtml-if></a></div>
</td>
<td width="10%" align="left"><div class="list-item"><a
href="./manage_catalogIndexes?skey=indexSize<dtml-if
"rkey == ''">&rkey=indexSize</dtml-if
>"
onMouseOver="window.status='Sort objects by number of distinct values indexed'; return true"
onMouseOut="window.status=''; return true"><dtml-if
"skey == 'indexSize' or rkey == 'indexSize'"
><strong>Size</strong><dtml-else>Size</dtml-if></a></div>
</td>
<td width="20%" align="left"><div class="list-item"><a
href="./manage_catalogIndexes?skey=bobobase_modification_time<dtml-if
"rkey == ''">&rkey=bobobase_modification_time</dtml-if
......@@ -173,6 +183,12 @@ function toggleSelect() {
</div>
</td>
<td>
<div class="list-item">
<dtml-var indexSize missing="n/a">
</div>
</td>
<td>
<div class="list-item">
<dtml-var bobobase_modification_time fmt="%Y-%m-%d %H:%M">
......
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