Skip to content

Commit 5e0fcd0

Browse files
authored
Merge pull request inveniosoftware-contrib#419 from harunurhan/all-fisrt
switch All/To Edit UI order
2 parents 066fed4 + eab71ac commit 5e0fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/complex-list-field/complex-list-field.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</div>
2828
</div>
2929
<div *ngIf="shouldDisplayViewTemplate" class="btn-group">
30-
<label class="btn btn-switch" [class.active]="shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = true">To Edit</label>
3130
<label class="btn btn-switch" [class.active]="!shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = false">All</label>
31+
<label class="btn btn-switch" [class.active]="shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = true">To Edit</label>
3232
</div>
3333
<div *ngIf="headerItemTemplate">
3434
<ng-template [ngTemplateOutlet]="headerItemTemplate"></ng-template>

0 commit comments

Comments
 (0)