# HG changeset patch # User Sebastien Jodogne # Date 1734434587 -3600 # Node ID 9f2fa198ee8059c072838c8b1a7e28c9fa2de92b # Parent 49aab490fc48e3161b4cdce6a547f0be9b187875 cont removing dependency on bootstrap-vue diff -r 49aab490fc48 -r 9f2fa198ee80 WebApplication/app.js --- a/WebApplication/app.js Tue Dec 17 12:09:30 2024 +0100 +++ b/WebApplication/app.js Tue Dec 17 12:23:07 2024 +0100 @@ -220,7 +220,7 @@ }, ConfirmDeleteStudy: function(study) { app.studyToDelete = study; - app.$bvModal.show('study-delete-confirm'); + $(app.$refs['study-delete-confirm']).modal(); }, ExecuteDeleteStudy: function(study) { axios @@ -319,7 +319,7 @@ }, ConfirmDeleteSeries: function(series) { app.seriesToDelete = series; - app.$bvModal.show('series-delete-confirm'); + $(app.$refs['series-delete-confirm']).modal(); }, ExecuteDeleteSeries: function(series) { axios diff -r 49aab490fc48 -r 9f2fa198ee80 WebApplication/index.html --- a/WebApplication/index.html Tue Dec 17 12:09:30 2024 +0100 +++ b/WebApplication/index.html Tue Dec 17 12:23:07 2024 +0100 @@ -173,20 +173,6 @@ - - - -
-

- Are you sure you want to remove this study from the remote server? -

-

- Patient name: {{ studyToDelete && studyToDelete['00100010'] && studyToDelete['00100010'].Value }} -

-
-
@@ -225,6 +211,32 @@ + + +
@@ -272,20 +284,6 @@ - - - -
-

- Are you sure you want to remove this series from the remote server? -

-

- Series description: {{ seriesToDelete && seriesToDelete['0008103E'] && seriesToDelete['0008103E'].Value }} -

-
-
@@ -324,6 +322,32 @@ + + +