From 25c7deeab6d4819468af25bc03d2430d2419904d Mon Sep 17 00:00:00 2001 From: lgalis Date: Thu, 15 Mar 2018 17:17:41 -0400 Subject: [PATCH] Add a column title for the Disk size Unit --- app/views/vm_common/_reconfigure.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vm_common/_reconfigure.html.haml b/app/views/vm_common/_reconfigure.html.haml index c261d7e5e63c..eeaf5a7e14ff 100644 --- a/app/views/vm_common/_reconfigure.html.haml +++ b/app/views/vm_common/_reconfigure.html.haml @@ -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')