ManageIQ/manageiq-ui-classic

View on GitHub
app/views/miq_ae_tools/show.html.haml

Summary

Maintainability
Test Coverage
#main_div
  - if @lastaction == "log"
    = render :partial => "layouts/log_viewer", :locals => {:legend_text => _("Last 1000 lines from the Automation log")}
  - elsif @lastaction == "import_export"
    = render :partial => "import_export"
  - elsif @resolve
    = render :partial => "resolve"