Skip to content

Commit

Permalink
quick UI fix in select fs page
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkasun committed Jun 18, 2014
1 parent 2af63e0 commit f8e696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/disk_wizards/select_fs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ chart.draw(data, options);
<th style="text-align: center;">Label</th>
<th style="text-align: center;">FStype</th>
<th style="text-align: center;">Size</th>
<% end %>
<th style="text-align: center;">Format</th>
<% end %>
</tr>
</thead>
<tbody>
Expand All @@ -225,7 +225,7 @@ chart.draw(data, options);
<% end %>
<tr style="position: relative;cursor: pointer;" class=<%= !!(user_selections['format'] && (user_selections['partition'] == device.kname) rescue false) ? "danger" : "warning" %> kname=<%= device.kname %> >
<td colspan="4"> Format entire disk </td>
<td><label> <%= check_box_tag(:format,1,!!(user_selections['format'] && (user_selections['partition'] == device.kname) rescue false),class: 'format') %> </label></td>
<td style="width: 1%;"><label> <%= check_box_tag(:format,1,!!(user_selections['format'] && (user_selections['partition'] == device.kname) rescue false),class: 'format') %> </label></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f8e696b

Please sign in to comment.