summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.html
blob: 25a3f3cfe252ff7fa700e0ed53c966819101cc9c (plain)
1
2
3
4
5
6
7
<button (click)="onClick()"
        type="button"
        class="btn btn-light"
        i18n-title
        title="Copy to Clipboard">
  <i [ngClass]="[icons.clipboard]"></i>
</button>