summaryrefslogtreecommitdiff
path: root/web/views/reports/key_lengths.erb
blob: 1796cf01eee9db9df0c4665883514de75ac47960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="pre">
    <h1><%= @title %></h1>
    <%= t.reports.key_lengths.intro %>
</div>
<div id="tabs">
    <ul>
        <li><a href="#keys">Keys</a></li>
        <li><a href="#histogram">Histogram</a></li>
    </ul>
    <div id="keys">
        <h2>Keys</h2>
        <table id="grid-keys">
        </table>
    </div>
    <div id="histogram">
        <h2>Histogram</h2>
        <p><%= t.reports.key_lengths.histogram.intro %><p>
        <div class="canvas" id="canvas-histogram"></div>
    </div>
</div>
<% javascript_for(:d3) %>