From 52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 18 Feb 2018 21:20:37 +0000 Subject: Add new connection dialog box - WIP --- new-connection.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 new-connection.html (limited to 'new-connection.html') diff --git a/new-connection.html b/new-connection.html new file mode 100644 index 0000000..dace021 --- /dev/null +++ b/new-connection.html @@ -0,0 +1,62 @@ + + + + + SQL++ - New connection + + + + + +

Add new connection

+ +
+ +
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3 From b81c0f834f7f2285c40cfd57eb2943140025edad Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 20 Feb 2018 21:44:28 +0000 Subject: Dynamically create query executors - WIP --- new-connection.html | 89 +++++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 43 deletions(-) (limited to 'new-connection.html') diff --git a/new-connection.html b/new-connection.html index dace021..18d4ad9 100644 --- a/new-connection.html +++ b/new-connection.html @@ -9,54 +9,57 @@

Add new connection

- -
- -
-
- -
-
-
-
- -
- -
-
-
- -
- +
+
+ +
+
+ +
+
-
-
- -
- +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
-
-
- +
+ +
+ +
-
- +
+ +
+ +
-
- +
+
+ +
+
+ +
+
+ +
-
+ - + \ No newline at end of file -- cgit v1.2.3 From 4ef675b2b7803c72ed6e74ee13841e356a71f103 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 21 Feb 2018 21:07:01 +0000 Subject: Make connection tab title configurable --- new-connection.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'new-connection.html') diff --git a/new-connection.html b/new-connection.html index 18d4ad9..1ac6c89 100644 --- a/new-connection.html +++ b/new-connection.html @@ -10,6 +10,13 @@

Add new connection

+
+ +
+ +
+

This is shown as the title of the connection tab

+
-- cgit v1.2.3