# HG changeset patch # User Sebastien Jodogne # Date 1734429568 -3600 # Node ID 38899665dfc571c4e42902aa218d056c37cd489e # Parent 239965a40220283310ff622a1806ed15bd7b9ae2 cont removing dependency on bootstrap-vue diff -r 239965a40220 -r 38899665dfc5 WebApplication/app.js --- a/WebApplication/app.js Tue Dec 17 10:19:40 2024 +0100 +++ b/WebApplication/app.js Tue Dec 17 10:59:28 2024 +0100 @@ -83,18 +83,12 @@ series: [ ], seriesFields: [ { - key: DICOM_TAG_SERIES_DESCRIPTION + '.Value', - label: 'Series description', - sortable: true + key: DICOM_TAG_SERIES_DESCRIPTION, + label: 'Series description' }, { - key: DICOM_TAG_MODALITY + '.Value', - label: 'Modality', - sortable: true - }, - { - key: 'operations', - label: '' + key: DICOM_TAG_MODALITY, + label: 'Modality' } ], seriesToDelete: null, diff -r 239965a40220 -r 38899665dfc5 WebApplication/index.html --- a/WebApplication/index.html Tue Dec 17 10:19:40 2024 +0100 +++ b/WebApplication/index.html Tue Dec 17 10:59:28 2024 +0100 @@ -139,19 +139,19 @@ - - {{column.key in study ? study[column.key].Value : ''}} + + {{column.key in s ? s[column.key].Value : ''}} - - - - @@ -193,23 +193,34 @@

Series

- - - + + + + + + + + + + + + + +
{{column.label}}
{{column.key in s ? s[column.key].Value : ''}} + + + + +