Adding ability to delete Attestation Certificates on the ACA.

This commit is contained in:
Taruan Matthews 2018-10-02 09:42:05 -04:00 committed by apldev3
parent 916638be03
commit 4bb5fae0a4

View File

@ -109,6 +109,7 @@
var html = '';
html += certificateDetailsLink('issued', full.id, true);
html += certificateDownloadLink(full.id, pagePath);
html += certificateDeleteLink(full.id, pagePath);
return html;
}