]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/button.component.html
WIP plugins: move plugin CLI in peertube script
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.html
CommitLineData
74d63469 1<span class="action-button" [ngClass]="className" [title]="getTitle()">
457bb213 2 <my-global-icon [iconName]="icon"></my-global-icon>
74d63469
GR
3 <span class="button-label">{{ label }}</span>
4</span>