# HG changeset patch # User Sebastien Jodogne # Date 1734435517 -3600 # Node ID ec0f264beac9d9485f75bdecf15bc60e3ac77a76 # Parent 9f2fa198ee8059c072838c8b1a7e28c9fa2de92b removed dependency on bootstrap-vue diff -r 9f2fa198ee80 -r ec0f264beac9 WebApplication/app.js --- a/WebApplication/app.js Tue Dec 17 12:23:07 2024 +0100 +++ b/WebApplication/app.js Tue Dec 17 12:38:37 2024 +0100 @@ -214,7 +214,7 @@ app.jobLevel = 'study'; app.jobId = response.data.ID; app.jobUri = base + response.data.Path; - app.$refs['retrieve-job'].show(); + $(app.$refs['retrieve-job']).modal(); app.RefreshJobDetails(); }); }, @@ -279,7 +279,7 @@ app.jobLevel = 'series'; app.jobId = response.data.ID; app.jobUri = base + response.data.Path; - app.$refs['retrieve-job'].show(); + $(app.$refs['retrieve-job']).modal(); app.RefreshJobDetails(); }); }, @@ -313,7 +313,7 @@ app.previewFailure = true; }) .finally(function() { - app.$refs['series-preview'].show(); + $(app.$refs['series-preview']).modal(); }) }) }, diff -r 9f2fa198ee80 -r ec0f264beac9 WebApplication/index.html --- a/WebApplication/index.html Tue Dec 17 12:23:07 2024 +0100 +++ b/WebApplication/index.html Tue Dec 17 12:38:37 2024 +0100 @@ -6,9 +6,7 @@ Orthanc - DICOMweb client - - @@ -272,18 +270,31 @@ + - - -
- - The remote DICOMweb server cannot generate a preview for this image. - - + + @@ -348,38 +359,46 @@
- - -
-

- Orthanc is now running a background job to retrieve the - {{ jobLevel }} from remote server "{{ activeServer }}" using - WADO-RS. -

-

- Job ID: {{ jobId }} -

-

- Job details: -

-
{{ jobDetails }}
-

- Refresh job details -

+

- -