Sha256: fd46e26db142b07def516c9a2a65b3438c15fbfd227d5eaa8e59d20f3b8da913
Contents?: true
Size: 566 Bytes
Versions: 33
Compression:
Stored size: 566 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`subscriptionTypeFormatter renders link to a host 1`] = ` <td> <span> Guests of <Link replace={false} to="/content_hosts/83/" > host.example.com </Link> </span> </td> `; exports[`subscriptionTypeFormatter renders physical subscriptions 1`] = ` <td> Physical </td> `; exports[`subscriptionTypeFormatter renders temporary subscriptions 1`] = ` <td> Temporary </td> `; exports[`subscriptionTypeFormatter renders virtual subscriptions 1`] = ` <td> Virtual </td> `;
Version data entries
33 entries across 33 versions & 1 rubygems