42 lines
765 B
Plaintext
42 lines
765 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`DownloadCerts Render 1`] = `
|
|
<div>
|
|
<div>
|
|
<h2>
|
|
Download Certificates
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
<a
|
|
download="TESTVIN_cert.pem"
|
|
>
|
|
TESTVIN_cert.pem
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
download="TESTVIN_key.pem"
|
|
>
|
|
TESTVIN_key.pem
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<button
|
|
class="MuiButtonBase-root MuiButton-root MuiButton-contained makeStyles-submit-0 MuiButton-containedPrimary MuiButton-fullWidth"
|
|
tabindex="0"
|
|
type="submit"
|
|
>
|
|
<span
|
|
class="MuiButton-label"
|
|
>
|
|
Done
|
|
</span>
|
|
<span
|
|
class="MuiTouchRipple-root"
|
|
/>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|