Commit cb437fab authored by Nicolas Delaby's avatar Nicolas Delaby

small fixes on RamCache view statistics tab.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29033 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f8e4f05
......@@ -67,13 +67,17 @@
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
<list>
<string>listbox</string>
</list>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
<list>
<string>my_cache_plugin_total_memory</string>
</list>
</value>
</item>
<item>
......@@ -85,10 +89,7 @@
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_cache_plugin_total_memory</string>
<string>listbox</string>
</list>
<list/>
</value>
</item>
<item>
......
......@@ -316,6 +316,10 @@
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
......@@ -387,6 +391,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -427,6 +435,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
......@@ -481,17 +493,23 @@
<key> <string>title</string> </key>
<value> <string>Cache Plugin Details</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
<list>
<tuple>
<string>cache_key_memory</string>
<string>Memory Used</string>
<string></string>
</tuple>
<tuple>
<string>cache_key</string>
<string>Cache Key</string>
<string></string>
</tuple>
</list>
</value>
......@@ -505,11 +523,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cache Plugin Total Memoty</string> </value>
<value> <string>Cache Plugin Total Memory</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......@@ -265,18 +265,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.RamCache_getCachePluginStatistics(statistics_criteria=\'total\')</string> </value>
<value> <string>python: here.RamCache_getCachePluginStatisticList(statistics_criteria=\'total\')</string> </value>
</item>
</dictionary>
</pickle>
......
1298
\ No newline at end of file
1299
\ No newline at end of file
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