File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
interface/web/tools/templates Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ <h1><tmpl_var name="head_txt"></h1>
33</ div >
44< p > < tmpl _var name ="list_desc_txt "> </ p >
55
6- < div class ="panel panel_language_import ">
6+ < div class ="panel panel_language_import " style =" padding:20px; " >
77
88 < div class ="pnl_formsarea ">
99 < legend > {tmpl_var name="legend_txt"}</ legend >
1010 < div class ="form-group ">
1111 < label class ="col-sm-3 control-label "> Remote API URL</ label >
12- < div class ="col-sm-9 ">
13- < div class ="col-sm-6 "> < input class ="form-control " type ="text " id ="remote_server " value ="{tmpl_var name='remote_server'} " name ="remote_server " /> </ div > < div class ="col-sm-3 input-sm "> (e.g. https://www.example.com:8080/remote/ )
14- </ div > </ div >
12+ < div class ="col-sm-9 "> < input class ="form-control " type ="text " id ="remote_server " value ="{tmpl_var name='remote_server'} " placeholder ="https://www.example.com:8080/remote/ " name ="remote_server " /> </ div >
1513 </ div >
1614 < div class ="form-group ">
1715 < label class ="col-sm-3 control-label "> Remote User</ label >
You can’t perform that action at this time.
0 commit comments