ohif-viewer/Packages/hipaa-audit-log/components/hipaaLogPage/hipaaLogPage.html
2016-11-15 08:29:46 +01:00

21 lines
380 B
HTML

<template name="hipaaLogPage">
<div id="hipaaLogPage" class="page">
{{#if hasCloseButtons}}
{{> hipaaCloseButton header="true" }}
{{/if}}
{{> hipaaRibbon }}
<div class="container">
<div class="row">
{{> hipaaAuditLog}}
</div>
</div>
{{#if hasCloseButtons}}
{{> hipaaCloseButton }}
{{/if}}
</div>
</template>