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

Commit d244ab9

Browse files
oodamiencppwfs
authored andcommitted
Tasks list: adjust white space
Resolves #855
1 parent 5775531 commit d244ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108
<span class="glyphicon glyphicon-play"></span>
109109
</button>
110110
<button *ngIf="schedulerEnabled" type="button" name="task-schedule{{ i }}" (click)="schedule(item)" [appRoles]="['ROLE_CREATE']"
111-
class="btn btn-default" style="margin-left: 0;" title="Schedule task">
111+
class="btn btn-default" title="Schedule task">
112112
<span class="glyphicon glyphicon-time"></span>
113113
</button>
114114
<button *ngIf="schedulerEnabled" type="button" name="task-schedule-destroy{{ i }}" (click)="destroySchedules(item)"
115-
[appRoles]="['ROLE_CREATE']" class="btn btn-ico-remove-schedules btn-default" style="margin-left: 0;" title="Delete schedule">
115+
[appRoles]="['ROLE_CREATE']" class="btn btn-ico-remove-schedules btn-default" title="Delete schedule">
116116
<span class="glyphicon glyphicon-time"></span>
117117
<span class="glyphicon glyphicon-remove"></span>
118118
</button>

0 commit comments

Comments
 (0)