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'
|
iconClasses: 'fa fa-bars'
|
||||||
});
|
});
|
||||||
|
|
||||||
buttonData.push({
|
|
||||||
id: 'length',
|
|
||||||
title: 'Length Measurement',
|
|
||||||
classes: 'imageViewerTool',
|
|
||||||
iconClasses: 'fa fa-arrows-v'
|
|
||||||
});
|
|
||||||
|
|
||||||
buttonData.push({
|
buttonData.push({
|
||||||
id: 'lesion',
|
id: 'lesion',
|
||||||
title: 'Lesion Tool',
|
title: 'Target Tool',
|
||||||
classes: 'imageViewerTool',
|
classes: 'imageViewerTool',
|
||||||
iconClasses: 'fa fa-arrows-alt'
|
iconClasses: 'fa fa-arrows-alt'
|
||||||
});
|
});
|
||||||
@ -57,7 +50,7 @@ Template.viewerMain.helpers({
|
|||||||
id: 'nonTarget',
|
id: 'nonTarget',
|
||||||
title: 'Non-Target Tool',
|
title: 'Non-Target Tool',
|
||||||
classes: 'imageViewerTool',
|
classes: 'imageViewerTool',
|
||||||
iconClasses: 'fa fa-arrows-v'
|
iconClasses: 'fa fa-long-arrow-up'
|
||||||
});
|
});
|
||||||
|
|
||||||
toolbarOptions.buttonData = buttonData;
|
toolbarOptions.buttonData = buttonData;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user