RandomSec/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html

6 lines
328 B
HTML
Raw Normal View History

<div class="data-table-topic-popup-header">
<button class="button" title="Match topic to this cell" bind="matchButton"></button>
<button class="button" title="Match topic to all visible cells with same content" bind="matchSimilarButton"></button>
<button class="button" title="Cancel" bind="cancelButton"></button>
</div>