ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/application_helper/button/template_refresh.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ApplicationHelper::Button::TemplateRefresh < ApplicationHelper::Button::Basic
  def visible?
    return true if @record.ext_management_system || @record.host.try(:vmm_product).to_s.casecmp("workstation").zero?
    return true if @perf_options[:typ] == "realtime"
  end
end