diff --git a/app/helpers/application_helper/toolbar_builder.rb b/app/helpers/application_helper/toolbar_builder.rb index 9dc5ca5b8d7..d00feeb9bd7 100644 --- a/app/helpers/application_helper/toolbar_builder.rb +++ b/app/helpers/application_helper/toolbar_builder.rb @@ -462,11 +462,6 @@ def disable_button(id) when "rbac_role_edit" return N_("This Role is Read Only and can not be edited") if @record.read_only end - when "Vm" - case id - when "instance_perf", "vm_perf", "container_perf" - return N_("No Capacity & Utilization data has been collected for this VM") unless @record.has_perf_data? - end when "MiqTemplate" case id when "image_check_compliance", "miq_template_check_compliance"