Fix missing small template loading issues found on Windows
This commit is contained in:
parent
8e8654bec1
commit
0ee44729d2
@ -94,7 +94,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if showNotFoundMessage}}
|
||||
{{>studyNotFound}}
|
||||
<h5 class="text-center">No Studies Found</h5>
|
||||
{{/if}}
|
||||
</div>
|
||||
</template>
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user