diff options
Diffstat (limited to 'new-connection.html')
| -rw-r--r-- | new-connection.html | 3 |
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> |