diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-18 21:20:37 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-18 21:20:37 +0000 |
| commit | 52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0 (patch) | |
| tree | 2ab9f938b1c38ebbf46176208cf4fc31f406aefc /index.html | |
| parent | 0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33 (diff) | |
| download | sql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.tar.xz sql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.zip | |
Add new connection dialog box - WIP
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -5,17 +5,16 @@ <title>SQL++</title> <link rel="stylesheet" href="node_modules/electron-tabs/electron-tabs.css"></link> - <style> - body { - margin: 0; - } - </style> + <link rel="stylesheet" href="./styles/instance-manager.css"></link> + </head> <body> <div class="etabs-tabgroup"> <div class="etabs-tabs"></div> - <div class="etabs-buttons"></div> + <div class="etabs-buttons"> + <button id="new-connection">New connection</button> + </div> </div> <div class="etabs-views"></div> |