ManageIQ/manageiq-ui-classic

View on GitHub
app/views/miq_ae_class/_domain_overrides.html.haml

Summary

Maintainability
Test Coverage
- if @domain_overrides && @domain_overrides.count > 1
  %h3= _('Domain Overrides (by priority)')
  - @domain_overrides[:prefix] = node_prefix
  = render :partial => 'datastore_list', :locals => {:type => MiqAeClassHelper::DATASTORE_TYPES[:domain], :data => @domain_overrides}