ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_mixins/ems_common.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
module TextualMixins::EmsCommon
  def textual_compliance_history
    super(:title    => _("Show Compliance History of this Provider (Last 10 Checks)"),
          :explorer => true)
  end
end