diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-21 21:07:01 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-21 21:07:01 +0000 |
| commit | 4ef675b2b7803c72ed6e74ee13841e356a71f103 (patch) | |
| tree | f9790dbfad0bc23cb73e60000d40cd3fa22ef429 /new-connection.html | |
| parent | b81c0f834f7f2285c40cfd57eb2943140025edad (diff) | |
| download | sql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.tar.xz sql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.zip | |
Make connection tab title configurable
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"> |