diff --git a/package.json b/package.json index 344b6eb9..9b4e833d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/reverse_engineering/config.json b/reverse_engineering/config.json index 61abc5db..37c02dfb 100644 --- a/reverse_engineering/config.json +++ b/reverse_engineering/config.json @@ -13,6 +13,7 @@ }, "excludeDocKind": ["id"], "connectionList": [ "name", "localDataCenter", "user" ], - "widestColumn": "name" + "widestColumn": "name", + "helpUrl": "https://hackolade.com/help/ConnecttoaCassandrainstance.html" } ] \ No newline at end of file diff --git a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json index 848fa5c7..9b184ce9 100644 --- a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json +++ b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json @@ -1,6 +1,15 @@ [ { "lowerTab": "Connection", + "helpUrl": [ + { + "value": "https://hackolade.com/help/Astra.html", + "dependency": { + "key": "clusterType", + "value": "apolloCloud" + } + } + ], "structure": [ { "inputLabel": "Name", @@ -80,6 +89,7 @@ ] }, { "lowerTab": "Authentication", + "helpUrl": "https://hackolade.com/help/Usernamepassword1.html", "structure": [ { "inputLabel": "Authentication type", @@ -130,6 +140,7 @@ ] }, { "lowerTab": "SSL", + "helpUrl": "https://hackolade.com/help/LDAP2.html", "disable": { "key": "clusterType", "value": "apolloCloud" @@ -258,6 +269,7 @@ }, { "tab": "SSH", + "helpUrl": "https://hackolade.com/help/SSH2.html", "structure": [ { "inputLabel": "Use SSH Tunnel",