Skip to content

Commit

Permalink
connection help links
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Feb 6, 2022
1 parent 361fcc0 commit ee7a505
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cassandra",
"version": "0.1.96",
"versionDate": "2021-12-10",
"version": "0.1.97",
"versionDate": "2022-02-06",
"author": "hackolade",
"engines": {
"hackolade": "5.1.3",
Expand Down
3 changes: 2 additions & 1 deletion reverse_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"excludeDocKind": ["id"],
"connectionList": [ "name", "localDataCenter", "user" ],
"widestColumn": "name"
"widestColumn": "name",
"helpUrl": "https://hackolade.com/help/ConnecttoaCassandrainstance.html"
}
]
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[
{
"lowerTab": "Connection",
"helpUrl": [
{
"value": "https://hackolade.com/help/Astra.html",
"dependency": {
"key": "clusterType",
"value": "apolloCloud"
}
}
],
"structure": [
{
"inputLabel": "Name",
Expand Down Expand Up @@ -80,6 +89,7 @@
]
}, {
"lowerTab": "Authentication",
"helpUrl": "https://hackolade.com/help/Usernamepassword1.html",
"structure": [
{
"inputLabel": "Authentication type",
Expand Down Expand Up @@ -130,6 +140,7 @@
]
}, {
"lowerTab": "SSL",
"helpUrl": "https://hackolade.com/help/LDAP2.html",
"disable": {
"key": "clusterType",
"value": "apolloCloud"
Expand Down Expand Up @@ -258,6 +269,7 @@
},
{
"tab": "SSH",
"helpUrl": "https://hackolade.com/help/SSH2.html",
"structure": [
{
"inputLabel": "Use SSH Tunnel",
Expand Down

0 comments on commit ee7a505

Please sign in to comment.