Browse Source

UI fix.

pull/380/head
Sebastian Stehle 7 years ago
parent
commit
5b4cebb9e7
  1. 2
      src/Squidex/app/features/settings/pages/workflows/workflow-step.component.html

2
src/Squidex/app/features/settings/pages/workflows/workflow-step.component.html

@ -2,7 +2,7 @@
<div class="row no-gutters step-header">
<div class="col-auto">
<button class="btn btn-initial mr-1" (click)="makeInitial.emit()"
[class.enabled]="step.name !== workflow.initial && step.isLocked"
[class.enabled]="step.name !== workflow.initial && !step.isLocked"
[class.active]="step.name === workflow.initial"
[disabled]="step.name === workflow.initial || step.isLocked || disabled">
<i class="icon-arrow-right text-decent" *ngIf="!step.isLocked"></i>

Loading…
Cancel
Save