diff --git a/apps/dicom-connect/table.js b/apps/dicom-connect/table.js index 223fa1e3e..a9ff33b59 100644 --- a/apps/dicom-connect/table.js +++ b/apps/dicom-connect/table.js @@ -169,6 +169,7 @@ function initialize() { // add source and study id data.forEach(elt=>{ elt.source=src.name + elt.url=src.url elt.studyId=params.studyId elt.status='loading' // 'loading', 'unsync', 'syncing', 'done' }) @@ -187,7 +188,7 @@ function initialize() { // return btn const seriesId = row['0020000E']['Value'][0]; const modality = row['00080060']['Value'][0]; - return `
`; // + return ``; // case 'syncing': // return downloading // return '