fabric8-planner
Version:
A planner front-end for Fabric8.
11 lines (10 loc) • 346 B
HTML
<f8-feature-toggle featureName="Planner.deleteWorkItem" [userLevel]="internal"></f8-feature-toggle>
<ng-template #internal>
<span *ngIf="allowDelete | async"
id="wi-delete-icon"
class="pficon-delete delete-icon pointer"
placement="right"
tooltip="Delete work item"
(click)="deleteWorkItem($event)">
</span>
</ng-template>