Sha256: 00a106cf6f908e4ec6a4e11e192b014ca5afbc4c290e714347c6026974a2cd72
Contents?: true
Size: 1.06 KB
Versions: 65
Compression:
Stored size: 1.06 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AnsibleRoleInputs should render role to add 1`] = ` <Fragment> <input name="host[host_ansible_roles_attributes][14][id]" type="hidden" value={5} /> <input name="host[host_ansible_roles_attributes][14][ansible_role_id]" type="hidden" value={2} /> <input name="host[host_ansible_roles_attributes][14][position]" type="hidden" value={15} /> <input name="host[host_ansible_roles_attributes][14][_destroy]" type="hidden" value={false} /> </Fragment> `; exports[`AnsibleRoleInputs should render role to remove 1`] = ` <Fragment> <input name="host[host_ansible_roles_attributes][14][id]" type="hidden" value={5} /> <input name="host[host_ansible_roles_attributes][14][ansible_role_id]" type="hidden" value={2} /> <input name="host[host_ansible_roles_attributes][14][position]" type="hidden" value={15} /> <input name="host[host_ansible_roles_attributes][14][_destroy]" type="hidden" value={true} /> </Fragment> `;
Version data entries
65 entries across 65 versions & 1 rubygems