ManageIQ/manageiq-ui-classic

View on GitHub
app/views/vm_common/_snap.html.haml

Summary

Maintainability
Test Coverage
- @angular_form = true
= render :partial => "layouts/flash_msg"
%h3
  = _('Snapshot information')
= react('VmSnapshotForm',
        :url => "#{api_resource_path(@record)}/snapshots",
        :redirect => url_for(:action => @lastaction, :id => @record.id))