comparison Applications/StoneWebViewer/WebApplication/index.html @ 1842:9568082ee013

If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 14:19:36 +0200
parents 21ccc00839f7
children 58049bdebdc3
comparison
equal deleted inserted replaced
1841:6f82cd776cf6 1842:9568082ee013
186 <a class="wvButton" 186 <a class="wvButton"
187 v-show="globalConfiguration.DownloadStudyEnabled && 'OrthancApiRoot' in globalConfiguration"> 187 v-show="globalConfiguration.DownloadStudyEnabled && 'OrthancApiRoot' in globalConfiguration">
188 <!-- download --> 188 <!-- download -->
189 <i class="fa fa-download" v-show="!creatingArchive" 189 <i class="fa fa-download" v-show="!creatingArchive"
190 data-toggle="tooltip" data-title="Download the study" 190 data-toggle="tooltip" data-title="Download the study"
191 @click="DownloadStudy(study.tags[STUDY_INSTANCE_UID])"></i> 191 @click="DownloadStudy(study.tags[STUDY_INSTANCE_UID], $event)"></i>
192 <i class="fas fa-sync fa-spin" v-show="creatingArchive" 192 <i class="fas fa-sync fa-spin" v-show="creatingArchive"
193 data-toggle="tooltip" data-title="A ZIP archive is being created by Orthanc..."></i> 193 data-toggle="tooltip" data-title="A ZIP archive is being created by Orthanc..."></i>
194 </a> 194 </a>
195 </div> 195 </div>
196 196