Skip to content

Commit 864ad12

Browse files
Merge pull request #49 from shadab-mohammad-oracle/patch-10
Update index.html
2 parents 7a87469 + 05e7e2f commit 864ad12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>DB Latency Minimalist SaaS</title>
5+
<title>DB Endpoint Latency Testing</title>
66
<link rel="stylesheet" href="/static/style.css"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
88
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
@@ -41,7 +41,7 @@ <h2 class="minimal-title">DB Endpoint Latency Checker</h2>
4141
</div>
4242
<div id="db-fields" class="minimal-fields" {% if dbtype == "url" %}style="display:none;"{% endif %}>
4343
<div class="minimal-group">
44-
<label for="host">Host / DSN</label>
44+
<label for="host">Hostname / DSN (Oracle only)</label>
4545
<input type="text" id="host" name="host" value="{{ host|default('') }}" placeholder="e.g. localhost or DSN string" autocomplete="off">
4646
</div>
4747
<div class="minimal-group">

0 commit comments

Comments
 (0)