diff --git a/machines/templates/machines/aff_sshfingerprint.html b/machines/templates/machines/aff_sshfingerprint.html index d3ecfb64..533f7c9f 100644 --- a/machines/templates/machines/aff_sshfingerprint.html +++ b/machines/templates/machines/aff_sshfingerprint.html @@ -21,11 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% load acl %} - - +
+
- + @@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for sshfpr in sshfingerprint_list %} - + {% endfor %}
Entrée du hashEntrée du hash Algorithme utilisé Commentaire
{{ sshfpr.pub_key_entry }}{{ sshfpr.pub_key_entry }} {{ sshfpr.algo }} {{ sshfpr.comment }} @@ -48,4 +48,5 @@ with this program; if not, write to the Free Software Foundation, Inc.,
+ diff --git a/static/css/base.css b/static/css/base.css index f6240970..ab0bf945 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -108,3 +108,19 @@ footer a { overflow-y: visible; } + +/* For tables with long text in cells */ + +.table.long_text{ + table-layout: fixed; + width: 100%; +} + +td.long_text{ + word-wrap: break-word; + width: 40%; +} + +th.long_text{ + width: 60%; +}