Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 820adbb

Browse files
mminellaghillert
authored andcommitted
Fixed tooltip on task-launch button
1 parent 4fa685e commit 820adbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/tasks/task-definitions/task-definitions.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1 class="no-user-selection">Tasks</h1>
108108
<span class="glyphicon glyphicon-search"></span>
109109
</button>
110110
<button type="button" name="task-launch{{ i }}" (click)="launch(item)" [appRoles]="['ROLE_CREATE']"
111-
class="btn btn-default" style="margin-left: 0;" title="Destroy">
111+
class="btn btn-default" style="margin-left: 0;" title="Launch">
112112
<span class="glyphicon glyphicon-play"></span>
113113
</button>
114114
<button name="task-destroy{{ i }}" type="button" [appRoles]="['ROLE_CREATE']" (click)="destroy(item)"

0 commit comments

Comments
 (0)