Sha256: 79a2868216fd663ff5066f6d5f6e870db607edc155d17c8eed608cdfdbde6d8d
Contents?: true
Size: 974 Bytes
Versions: 28
Compression:
Stored size: 974 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`subscriptions detail associations page renders correctly 1`] = ` <div> <h2> Associations </h2> <table className="table table-striped table-bordered table-condensed table-hover" ouiaId="associations-table" > <thead> <tr> <td> <b> Resource </b> </td> <td> <b> Quantity </b> </td> </tr> </thead> <tbody> <tr> <td> Content Hosts </td> <td> <a href="/content_hosts?search=subscription_id=\\"48\\"" > 0 </a> </td> </tr> <tr> <td> Activation Keys </td> <td> <a href="/activation_keys?search=subscription_id=\\"48\\"" > 0 </a> </td> </tr> </tbody> </table> </div> `;
Version data entries
28 entries across 28 versions & 1 rubygems