Merge tag '0.10.2'
[ganeti_webmgr.git] / ganeti_web / templates / ganeti / ssh_keys / table.html
blobb14aa5373796fccba24cac86d23ee83c7ad6e369
1 {% load webmgr_tags %}
2 <table id="key_list">
3 <tr>
4 <th>Key</th>
5 <th>Comment</th>
6 <th></th>
7 </tr>
8 {% for key in keyslist %}
9 {# load each row from template row.html #}
10 {% include "ganeti/ssh_keys/row.html" %}
11 {% endfor %}
12 </table>