Change icon for non-target tool and remove length tool
This commit is contained in:
parent
60afb178e8
commit
48c22bda06
@ -39,16 +39,9 @@ Template.viewerMain.helpers({
|
||||
iconClasses: 'fa fa-bars'
|
||||
});
|
||||
|
||||
buttonData.push({
|
||||
id: 'length',
|
||||
title: 'Length Measurement',
|
||||
classes: 'imageViewerTool',
|
||||
iconClasses: 'fa fa-arrows-v'
|
||||
});
|
||||
|
||||
buttonData.push({
|
||||
id: 'lesion',
|
||||
title: 'Lesion Tool',
|
||||
title: 'Target Tool',
|
||||
classes: 'imageViewerTool',
|
||||
iconClasses: 'fa fa-arrows-alt'
|
||||
});
|
||||
@ -57,7 +50,7 @@ Template.viewerMain.helpers({
|
||||
id: 'nonTarget',
|
||||
title: 'Non-Target Tool',
|
||||
classes: 'imageViewerTool',
|
||||
iconClasses: 'fa fa-arrows-v'
|
||||
iconClasses: 'fa fa-long-arrow-up'
|
||||
});
|
||||
|
||||
toolbarOptions.buttonData = buttonData;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user