# HG changeset patch # User Sebastien Jodogne # Date 1734433147 -3600 # Node ID 84b036d64897dbfcff5730e8e624ee7bdef31be5 # Parent 38899665dfc571c4e42902aa218d056c37cd489e cont diff -r 38899665dfc5 -r 84b036d64897 WebApplication/app.js --- a/WebApplication/app.js Tue Dec 17 10:59:28 2024 +0100 +++ b/WebApplication/app.js Tue Dec 17 11:59:07 2024 +0100 @@ -65,21 +65,6 @@ ], studyToDelete: null, studyTags: [ ], - studyTagsFields: [ - { - key: 'Tag', - sortable: true - }, - { - key: 'Name', - label: 'Description', - sortable: true - }, - { - key: 'Value', - sortable: true - } - ], series: [ ], seriesFields: [ { @@ -92,22 +77,7 @@ } ], seriesToDelete: null, - seriesTags: [ ], - seriesTagsFields: [ - { - key: 'Tag', - sortable: true - }, - { - key: 'Name', - label: 'Description', - sortable: true - }, - { - key: 'Value', - sortable: true - } - ], + seriesTags: [ ], scrollToSeries: false, scrollToStudies: false }, @@ -139,7 +109,7 @@ window.scrollTo(0, element.offsetTop); }, ShowErrorModal: function() { - app.$refs['modal-error'].show(); + $(app.$refs['modal-error']).modal(); }, RefreshJobDetails: function() { axios @@ -232,7 +202,7 @@ return item; }); - app.$refs['study-details'].show(); + $(app.$refs['study-details']).modal(); }, RetrieveStudy: function(study) { var base = '../../servers/'; @@ -296,7 +266,7 @@ return item; }); - app.$refs['series-details'].show(); + $(app.$refs['series-details']).modal(); }, RetrieveSeries: function(series) { var base = '../../servers/'; diff -r 38899665dfc5 -r 84b036d64897 WebApplication/index.html --- a/WebApplication/index.html Tue Dec 17 10:59:28 2024 +0100 +++ b/WebApplication/index.html Tue Dec 17 11:59:07 2024 +0100 @@ -16,6 +16,10 @@