Skip to content

Commit

Permalink
Add a column title for the Disk size Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Mar 16, 2018
1 parent ca966b7 commit 6132e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vm_common/_reconfigure.html.haml
Expand Up @@ -131,7 +131,7 @@
%th{"ng-if" => @reconfigitems.first.vendor == 'vmware'}= _('Mode')
%th{"ng-if" => @reconfigitems.first.vendor == 'vmware'}= _('Controller Type')
%th= _('Size')
%th
%th= _('Unit')
%th{"ng-if" => @reconfigitems.first.vendor == 'vmware'}= _('Dependent')
%th= _('Delete Backing')
%th{"ng-if" => @reconfigitems.first.vendor == 'redhat'}= _('Bootable')
Expand Down

0 comments on commit 6132e3d

Please sign in to comment.