Sha256: 77c16a21b5caf49ab910b01dc14d8c2c619986fad65751501772168cd82d6341
Contents?: true
Size: 768 Bytes
Versions: 12
Compression:
Stored size: 768 Bytes
Contents
<div class="unit size1of3"> <div class="pts prs txtR"> <span class="log-num" title="count of logs"><%=h collection_stats[:count] %></span></div> </div> <!-- unit --> <% if collection_stats[:is_capped] %> <div class="progress"> <span class="size"><%=h number_to_human_size(collection_stats[:size]) %> of <%=h number_to_human_size(collection_stats[:storageSize]) %></span> <div class="used" style="width: <%= percent_of_userd_memory(collection_stats) %>%"></div> </div> <!-- progress --> <% else %> <div class="warning"><p>You do not use capped collection for logs. <a href="http://www.mongodb.org/display/DOCS/Capped+Collections#CappedCollections-Convertingacollectiontocapped" target="_blank" class="more">More info.</a></p> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems