moduleInstanceConfigurationHelperdefinstance_configuration_cell_html(value,&block)return'-'unlessvalue.to_s.presenceblock_given??yield(value):valueenddefinstance_configuration_host(host)@instance_configuration_host||=instance_configuration_cell_html(host).capitalizeend# Value must be in bytesdefinstance_configuration_human_size_cell(value)instance_configuration_cell_html(value)do|v|number_to_human_size(v,strip_insignificant_zeros: true,significant: false)endendend