diff options
Diffstat (limited to 'new-connection.html')
| -rw-r--r-- | new-connection.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new-connection.html b/new-connection.html index 18d4ad9..1ac6c89 100644 --- a/new-connection.html +++ b/new-connection.html @@ -11,6 +11,13 @@ <h4 class="title is-4" >Add new connection</h4> <form> <div class="field"> + <label class="label is-small" for="name">Connection name</label> + <div class="control"> + <input name="name" class="input is-small" type="text"/> + </div> + <p class="help">This is shown as the title of the connection tab</p> + </div> + <div class="field"> <label class="label is-small" for="vendor">Vendor</label> <div class="control"> <div class="select is-small"> |