3193: minor ui updates
authorradhika <radhika@curoverse.com>
Wed, 30 Jul 2014 20:33:32 +0000 (16:33 -0400)
committerradhika <radhika@curoverse.com>
Wed, 30 Jul 2014 20:33:32 +0000 (16:33 -0400)
apps/workbench/app/views/users/_manage_ssh_keys.html.erb

index c8a68a87d98c9b2aaa6d47a9630b5fa26872d654..5fcdd0e7ba4c1abfb0edc107d53329475b3ff4fd 100644 (file)
@@ -11,8 +11,8 @@
   <% if @my_ssh_keys.andand.any? %>
     <table class="table virtual-machines-table" style="table-layout:fixed; overflow:hidden; white-space: nowrap;">
       <colgroup>
-        <col style="width: 15%" />
-        <col style="width: 80%" />
+        <col style="width: 30%" />
+        <col style="width: 65%" />
         <col style="width: 5%" />
       </colgroup>
       <thead>
@@ -32,7 +32,7 @@
               <%= key[:public_key] %>
             </td>
             <td>
-              <%= link_to(authorized_key_path(id: key[:uuid]), method: 'delete', class: 'btn btn-sm', data: {confirm: "Really delete key"}) do %>
+              <%= link_to(authorized_key_path(id: key[:uuid]), method: 'delete', class: 'btn btn-sm', data: {confirm: "Really delete key?"}) do %>
                   <i class="fa fa-fw fa-trash-o"></i>
               <% end %>
             </td>