File tree 2 files changed +10
-6
lines changed
quartz-manager-frontend/src
app/components/simple-trigger-config
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 35
35
>
36
36
< mat-label > Job Class</ mat-label >
37
37
< mat-select id ="jobClass " name ="jobClass " formControlName ="jobClass ">
38
- < mat-option *ngFor ="let job of jobs " [value] ="job ">
38
+ < mat-option *ngFor ="let job of jobs " [value] ="job " class =" font-13 " >
39
39
{{job}}
40
40
</ mat-option >
41
41
</ mat-select >
51
51
>
52
52
< mat-label > Misfire Instruction</ mat-label >
53
53
< mat-select id ="misfireInstruction " name ="misfireInstruction " formControlName ="misfireInstruction ">
54
- < mat-option value ="MISFIRE_INSTRUCTION_FIRE_NOW "> FIRE NOW</ mat-option >
55
- < mat-option value ="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT "> RESCHEDULE NOW WITH
54
+ < mat-option class =" font-13 " value ="MISFIRE_INSTRUCTION_FIRE_NOW "> FIRE NOW</ mat-option >
55
+ < mat-option class =" font-13 " value ="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT "> RESCHEDULE NOW WITH
56
56
EXISTING REPEAT COUNT
57
57
</ mat-option >
58
- < mat-option value ="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT "> RESCHEDULE NOW WITH
58
+ < mat-option class =" font-13 " value ="MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT "> RESCHEDULE NOW WITH
59
59
REMAINING REPEAT COUNT
60
60
</ mat-option >
61
- < mat-option value ="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT "> RESCHEDULE NEXT WITH
61
+ < mat-option class =" font-13 " value ="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT "> RESCHEDULE NEXT WITH
62
62
REMAINING COUNT
63
63
</ mat-option >
64
- < mat-option value ="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT "> RESCHEDULE NEXT WITH EXISTING
64
+ < mat-option class =" font-13 " value ="MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT "> RESCHEDULE NEXT WITH EXISTING
65
65
COUNT
66
66
</ mat-option >
67
67
</ mat-select >
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ body {
16
16
/**
17
17
TODO: Remove the below utility classes once tailwind is integrated.
18
18
*/
19
+ .font-13 {
20
+ font-size : 13px ;
21
+ }
22
+
19
23
.font-large {
20
24
font-size : large;
21
25
}
You can’t perform that action at this time.
0 commit comments