File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
data/web/templates/modals Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 489
489
<div class =" col-sm-10" >
490
490
<select data-style =" btn btn-light" class =" form-control" id =" key_size" name =" key_size" >
491
491
<option data-subtext =" bits" value =" 1024" >1024</option >
492
- <option data-subtext =" bits" value =" 2048" selected >2048</option >
492
+ <option data-subtext =" bits" value =" 2048" >2048</option >
493
493
<option data-subtext =" bits" value =" 3072" >3072</option >
494
- <option data-subtext =" bits" value =" 4096" >4096</option >
494
+ <option data-subtext =" bits" value =" 4096" selected >4096</option >
495
495
</select >
496
496
</div >
497
497
</div >
629
629
<div class =" col-sm-10" >
630
630
<select data-style =" btn btn-light" class =" form-control" id =" key_size" name =" key_size" >
631
631
<option data-subtext =" bits" >1024</option >
632
- <option data-subtext =" bits" selected >2048</option >
632
+ <option data-subtext =" bits" >2048</option >
633
633
<option data-subtext =" bits" >3072</option >
634
- <option data-subtext =" bits" >4096</option >
634
+ <option data-subtext =" bits" selected >4096</option >
635
635
</select >
636
636
</div >
637
637
</div >
846
846
<div class =" col-sm-10" >
847
847
<select data-style =" btn btn-light" class =" form-control" id =" key_size2" name =" key_size" >
848
848
<option data-subtext =" bits" >1024</option >
849
- <option data-subtext =" bits" selected >2048</option >
849
+ <option data-subtext =" bits" >2048</option >
850
850
<option data-subtext =" bits" >3072</option >
851
- <option data-subtext =" bits" >4096</option >
851
+ <option data-subtext =" bits" selected >4096</option >
852
852
</select >
853
853
</div >
854
854
</div >
You can’t perform that action at this time.
0 commit comments