File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > DB Latency Minimalist SaaS </ title >
5
+ < title > DB Endpoint Latency Testing </ title >
6
6
< link rel ="stylesheet " href ="/static/style.css "/>
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 "/>
8
8
< script src ="https://cdn.jsdelivr.net/npm/chart.js "> </ script >
@@ -41,7 +41,7 @@ <h2 class="minimal-title">DB Endpoint Latency Checker</h2>
41
41
</ div >
42
42
< div id ="db-fields " class ="minimal-fields " {% if dbtype == "url " %}style ="display:none; "{% endif %} >
43
43
< div class ="minimal-group ">
44
- < label for ="host "> Host / DSN</ label >
44
+ < label for ="host "> Hostname / DSN (Oracle only) </ label >
45
45
< input type ="text " id ="host " name ="host " value ="{{ host|default('') }} " placeholder ="e.g. localhost or DSN string " autocomplete ="off ">
46
46
</ div >
47
47
< div class ="minimal-group ">
You can’t perform that action at this time.
0 commit comments