mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 15:20:35 +00:00
Update pipeline-step-info.component.html
This commit is contained in:
parent
c4a20594b0
commit
58e051ec43
@ -90,7 +90,7 @@
|
|||||||
<footer *ngIf="step?.id">
|
<footer *ngIf="step?.id">
|
||||||
<button class="btn btn-icon g-btn d-flex align-items-center" smTooltip="Delete step" (click)="deleteClicked()">
|
<button class="btn btn-icon g-btn d-flex align-items-center" smTooltip="Delete step" (click)="deleteClicked()">
|
||||||
<i [class]="'al-icon me-2 ' + icons.REMOVE + ' sm-md'"></i>
|
<i [class]="'al-icon me-2 ' + icons.REMOVE + ' sm-md'"></i>
|
||||||
Delete
|
Delete step
|
||||||
</button>
|
</button>
|
||||||
<!-- <a
|
<!-- <a
|
||||||
class="arr-link"
|
class="arr-link"
|
||||||
|
Loading…
Reference in New Issue
Block a user