|
@@ -18,8 +18,8 @@ SELECT 'button' AS component
|
|
;
|
|
;
|
|
SELECT 'New '||$title AS title
|
|
SELECT 'New '||$title AS title
|
|
, 2 AS width
|
|
, 2 AS width
|
|
-, $tabler_color AS color
|
|
+, 'gray-500' AS color
|
|
-, '/'||$tool||'.sql?' AS link
|
|
+, '/'||$tool||'.sql' AS link
|
|
;
|
|
;
|
|
SELECT 'form' AS component
|
|
SELECT 'form' AS component
|
|
, $tool||'-open' AS id
|
|
, $tool||'-open' AS id
|
|
@@ -41,7 +41,7 @@ SELECT 'button' AS component
|
|
;
|
|
;
|
|
SELECT 'Submit' AS title
|
|
SELECT 'Submit' AS title
|
|
, 1 AS width
|
|
, 1 AS width
|
|
-, 'gray-500' AS color
|
|
+, $tabler_color AS color
|
|
-, '/'||$tool||'.sql?' AS link
|
|
+, '/'||$tool||'.sql' AS link
|
|
, $tool||'-open' AS form
|
|
, $tool||'-open' AS form
|
|
;
|
|
;
|