File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
src/app/system/manage-hooks/create-hook Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 2424 < strong > {{ 'labels.commons.required' | translate }}</ strong >
2525 </ mat-error >
2626 </ mat-form-field >
27-
28- < div class ="is-active-wrapper ">
29- < mat-checkbox class ="is-active flex-10 " labelPosition ="before " formControlName ="isActive ">
30- {{ 'labels.inputs.Is Active' | translate }}?
31- </ mat-checkbox >
32- </ div >
3327 </ div >
3428
3529 < div class ="layout-row-wrap responsive-column gap-4percent ">
107101
108102 < br />
109103
110- < div class ="layout-row-wrap responsive-column ">
104+ < div class ="layout-row-wrap responsive-column align-center ">
111105 < p class ="mat-title flex-20 "> {{ 'labels.inputs.Events' | translate }}< span class ="red "> *</ span > </ p >
112-
113106 < button mat-raised-button class ="AddEventButton flex-20 " type ="button " color ="primary " (click) ="addEvent() ">
114107 < fa-icon icon ="plus " class ="m-r-10 "> </ fa-icon >
115108 {{ 'labels.buttons.Add' | translate }} {{ 'labels.inputs.Events' | translate }}
116109 </ button >
110+ < mat-checkbox class ="is-active flex-10 m-l-20 " labelPosition ="before " formControlName ="isActive ">
111+ {{ 'labels.inputs.Is Active' | translate }}?
112+ </ mat-checkbox >
117113 </ div >
118114
119115 < table mat-table [dataSource] ="dataSource " matSort >
You can’t perform that action at this time.
0 commit comments