-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1504 from willdunklin/amend-dicomweb-assetstore
Make DICOMweb assetstore imports compatible with Girder generics
- Loading branch information
Showing
9 changed files
with
85 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
import './routes'; | ||
|
||
// Extends and overrides API | ||
import './constants'; | ||
import './views/DICOMwebImportView'; | ||
import './views/AssetstoresView'; | ||
import './views/EditAssetstoreWidget'; | ||
import './views/NewAssetstoreWidget'; |
20 changes: 0 additions & 20 deletions
20
sources/dicom/large_image_source_dicom/web_client/models/AssetstoreModel.js
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
sources/dicom/large_image_source_dicom/web_client/routes.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...es/dicom/large_image_source_dicom/web_client/templates/dicomwebAssetstoreImportButton.pug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.g-assetstore-import-button-container | ||
a.g-dwas-import-button.btn.btn-sm.btn-success( | ||
href=`#dicomweb_assetstore/${assetstore.get('_id')}/import`, | ||
href=`#assetstore/${assetstore.get('_id')}/import`, | ||
title="Import references to DICOM objects from a DICOMweb server") | ||
i.icon-link-ext | ||
| Import data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters