@@ -480,20 +480,27 @@ <h5 style="margin-left: 35px; margin-top:2px"><span class="oi oi-signpost" ></sp
480
480
< input class ="form-check-input " type ="radio " name ="dbSvr " id ="remoteDbSvr " value ="remoteDbSvr " onchange ="EnableDisableElmnt(this) " onclick ="saveChecked(this) ">
481
481
< label class ="form-check-label " for ="remoteDbSvr "> Your own DB server (You will need to have a PostgreSQL installed, configured and accessible from the intenet)</ label >
482
482
</ div >
483
- < div class ="form-group " style ="margin-left: 30px;margin-right: 10px; margin-top:5px; margin-bottom: 15px;max-width: 300px ">
484
- < label class ="form-check-label " for ="dbHost "> < i > DB Host:</ i > </ label >
485
- < input type ="text " class ="form-control " id ="dbHost " name ="dbHost " placeholder ="eg. 125.63.60.148 " disabled >
483
+ < div class ="form-row ">
484
+ < div class ="col " style ="margin-left: 15px; margin-top:2px; margin-bottom: 5px; max-width: 310px ">
485
+ < label class ="form-check-label " for ="dbHost "> < i > DB Host:</ i > </ label >
486
+ < input type ="text " class ="form-control " id ="dbHost " name ="dbHost " placeholder ="eg. 125.63.60.148 " disabled >
487
+ </ div >
488
+ < div class ="col " style ="margin-top:2px; margin-bottom: 5px;max-width: 80px ">
489
+ < label class ="form-check-label " for ="dbPort "> < i > Port:</ i > </ label >
490
+ < input type ="text " class ="form-control " id ="dbPort " name ="dbPort " placeholder ="5432 " title ="Currently the port has to be 5432. Future updates will include an ability to change the default port. " disabled >
491
+ </ div >
486
492
</ div >
487
- < div class ="form-group " style ="margin-left: 30px ;margin-right: 10px; margin-top:5px; margin-bottom: 15px;max-width: 300px ">
493
+ < div class ="form-group " style ="margin-left: 15px ;margin-right: 10px; margin-top:5px; margin-bottom: 15px;max-width: 300px ">
488
494
< label class ="form-check-label " for ="dbUser "> < i > DB User:</ i > </ label >
489
495
< input type ="text " class ="form-control " id ="dbUser " name ="dbUser " placeholder ="eg. postgres " disabled >
490
496
</ div >
491
- < div class ="form-group " style ="margin-left: 30px ;margin-right: 10px; margin-top:5px; margin-bottom: 15px;max-width: 300px ">
497
+ < div class ="form-group " style ="margin-left: 15px ;margin-right: 10px; margin-top:5px; margin-bottom: 15px;max-width: 300px ">
492
498
< label class ="form-check-label " for ="dbPass "> < i > DB Password:</ i > </ label >
493
499
< input type ="text " class ="form-control " id ="dbPass " name ="dbPass " placeholder ="eg. password " disabled >
494
500
</ div >
495
501
< div >
496
- < input type ="hidden " name ="dbHST " id ="dbHST ">
502
+ < input type ="hidden " name ="dbHST " id ="dbHST ">
503
+ < input type ="hidden " name ="dbPRT " id ="dbPRT ">
497
504
< input type ="hidden " name ="dbUN " id ="dbUN ">
498
505
< input type ="hidden " name ="dbPW " id ="dbPW ">
499
506
</ div >
0 commit comments