aboutsummaryrefslogtreecommitdiff
path: root/new-connection.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-25 13:31:00 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-25 13:31:00 +0000
commit1c9e90c1619d56f199c119874d09263acd827b07 (patch)
treeea474cb0809d4ad27ba0460165d10eacb749fbe0 /new-connection.html
parent11e98009906651acb110cd3b1625a771b1e2f472 (diff)
downloadsql-plus-plus-1c9e90c1619d56f199c119874d09263acd827b07.tar.xz
sql-plus-plus-1c9e90c1619d56f199c119874d09263acd827b07.zip
Report connection errors. Add test connection functionality
Diffstat (limited to 'new-connection.html')
-rw-r--r--new-connection.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-connection.html b/new-connection.html
index 1ac6c89..ddfb380 100644
--- a/new-connection.html
+++ b/new-connection.html
@@ -8,7 +8,7 @@
</head>
<body>
- <h4 class="title is-4" >Add new connection</h4>
+ <h4 class="title is-4" >Add new connection</h4>
<form>
<div class="field">
<label class="label is-small" for="name">Connection name</label>
@@ -53,6 +53,7 @@
<input name="password" class="input is-small" type="text"/>
</div>
</div>
+ <div id="status-message" class="field"></div>
<div class="field is-grouped">
<div class="control">
<input id="create-connection" type="button" class="button is-link is-small" value="Add"></input>