% content_for :css do %> table#users-storage-table th { overflow-x: hidden; text-align: center; } table#users-storage-table .byte-value { text-align: right; } <% end %>
User | Collections Read Size | Collections Persisted Storage | Measured At | ||
---|---|---|---|---|---|
Total (unweighted) | Shared (weighted) | <% end %>||||
<% if user.uuid %> <%= link_to_if_arvados_object user, friendly_name: true %> <% else %> Total <% end %> | <% [:read_collections_total_bytes, :read_collections_weighted_bytes, :persisted_collections_total_bytes, :persisted_collections_weighted_bytes].each do |key| %><%= human_readable_bytes_html(@user_storage[user.uuid].fetch(key,0).floor) %> | <% end %> <% if @log_date.key?(user.uuid) %><%= @log_date[user.uuid].strftime('%F') %> | <% end %>