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

Commit 6dcb762

Browse files
oodamienghillert
authored andcommitted
List actions: fix tooltips
Resolves #901
1 parent 4ee22f7 commit 6dcb762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/shared/components/list/list-row-actions.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
<div *ngIf="actions" class="actions">
1313
<button *ngFor="let action of actionsDefault" name="{{ action.id }}" type="button" (click)="call(action)"
1414
class="btn btn-default" title="{{ action.title }}" [disabled]="!!action?.disabled"
15-
[tooltip]="action.title" delay="500">
15+
[tooltip]="action.title" delay="500" container="body">
1616
<span class="fa fa-{{ action.icon }}"></span>
1717
</button>
1818
<div class="btn-group" *ngIf="actionsMenu.length > 0" dropdown>

0 commit comments

Comments
 (0)