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 @@ ...@@ -67,13 +67,17 @@
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list/> <list>
<string>listbox</string>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list>
<string>my_cache_plugin_total_memory</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -85,10 +89,7 @@ ...@@ -85,10 +89,7 @@
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list/>
<string>my_cache_plugin_total_memory</string>
<string>listbox</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -316,6 +316,10 @@ ...@@ -316,6 +316,10 @@
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
...@@ -387,6 +391,10 @@ ...@@ -387,6 +391,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>20</int> </value> <value> <int>20</int> </value>
...@@ -427,6 +435,10 @@ ...@@ -427,6 +435,10 @@
<key> <string>report_tree</string> </key> <key> <string>report_tree</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -481,17 +493,23 @@ ...@@ -481,17 +493,23 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Cache Plugin Details</string> </value> <value> <string>Cache Plugin Details</string> </value>
</item> </item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>cache_key_memory</string> <string>cache_key_memory</string>
<string>Memory Used</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>cache_key</string> <string>cache_key</string>
<string>Cache Key</string> <string></string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -505,11 +523,8 @@ ...@@ -505,11 +523,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Cache Plugin Total Memoty</string> </value> <value> <string>Cache Plugin Total Memory</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
...@@ -265,18 +265,15 @@ ...@@ -265,18 +265,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1298 1299
\ No newline at end of file \ 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