File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2684,7 +2684,7 @@ function initializeCollapsibleSections()
26842684 <td>
26852685 <div style=" display: inline-block; " >
26862686 <input type=" password " id=" routerPassword " name=" routerPassword " placeholder=" Enter password "
2687- style=" width: 278px ; display: inline-block; margin-left:2px; margin-top:3px; " maxlength=" 64 "
2687+ style=" width: 275px ; display: inline-block; margin-left:2px; margin-top:3px; " maxlength=" 64 "
26882688 onKeyPress=" return validator.isString(this, event) "
26892689 onblur=" ValidatePasswordString(this, ' onBLUR' ) "
26902690 onkeyup=" ValidatePasswordString(this, ' onKEYUP' ) " />
@@ -2881,7 +2881,7 @@ function initializeCollapsibleSections()
28812881 </label>
28822882 </td>
28832883 <td>
2884- <select id=" rogFWBuildType " name=" rogFWBuildType " style=" width: 20 %;" onchange=" handleTUFROGChange(this) " >
2884+ <select id=" rogFWBuildType " name=" rogFWBuildType " style=" width: 21 %;" onchange=" handleTUFROGChange(this) " >
28852885 <option value=" ROG " >ROG</option>
28862886 <option value=" Pure " >Pure</option>
28872887 </select>
@@ -2899,7 +2899,7 @@ function initializeCollapsibleSections()
28992899 </label>
29002900 </td>
29012901 <td>
2902- <select id=" tuffFWBuildType " name=" tuffFWBuildType " style=" width: 20 %;" onchange=" handleTUFROGChange(this) " >
2902+ <select id=" tuffFWBuildType " name=" tuffFWBuildType " style=" width: 21 %;" onchange=" handleTUFROGChange(this) " >
29032903 <option value=" TUF " >TUF</option>
29042904 <option value=" Pure " >Pure</option>
29052905 </select>
You can’t perform that action at this time.
0 commit comments