Fix missing small template loading issues found on Windows

This commit is contained in:
Erik Ziegler 2016-07-16 11:58:20 +02:00
parent 8e8654bec1
commit 0ee44729d2
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@
{{/if}}
{{#if showNotFoundMessage}}
{{>studyNotFound}}
<h5 class="text-center">No Studies Found</h5>
{{/if}}
</div>
</template>

View File

@ -19,6 +19,7 @@ Package.onUse(function (api) {
api.use('dicomweb');
api.use('dimseservice');
api.use('orthanc-remote');
api.use('viewerbase');
// TODO: Replace with NPM dependency
api.use('cornerstone'); // Only for HammerJS