##// END OF EJS Templates
system-info: unified data structures for usage in API....
system-info: unified data structures for usage in API. - most datastructures now use dicts, and consisten return value for human and regular values - added detection of high load average - improved inodes/archive/gist storage limits - fixed problems with references of setting value as human_value and data overrides - re-did search info (more useful for 2 backends that we use)

File last commit:

r1:854a839a default
r1112:ff9a513b default
Show More
settings_search.html
13 lines | 372 B | text/html | HtmlLexer
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">${_('RhodeCode Full Text Search')}</h3>
</div>
<div class="panel-body">
<dl class="dl-horizontal">
% for stat in c.statistics:
<dt>${stat['key']}</dt>
<dd>${stat['value']}</dd>
% endfor
</dl>
</div>
</div>