ohif-viewer/Packages/ohif-viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.html

8 lines
242 B
HTML

<template name="toolbarSectionTools">
<div class="toolbarSectionTools pull-left m-t-1 rm-l-3">
{{#each toolbarButton in toolbarButtons}}
{{>toolbarSectionButton toolbarButton}}
{{/each}}
</div>
</template>