Skip to content

Commit 681c2f3

Browse files
committed
Edge Labels in contextual menu plus connection help
1 parent cd31661 commit 681c2f3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

localization/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"MAIN_MENU___APPEND_FIELD": "Append Property Key",
1111
"MAIN_MENU___REVERSE_DB_COLLECTIONS": "Cosmos DB graph...",
1212
"MAIN_MENU___FORWARD_DB_COLLECTIONS": "Gremlin script",
13-
"OBJECT___BROWSER_RELATIONSHIPS": "Edges",
14-
"PROPERTIES_PANE___TAB_RELATIONSHIPS": "Edges",
15-
"PROPERTIES_PANE___RELATIONSHIP": "Edges",
16-
"MODAL_WINDOW___RELATIONSHIPS_LABEL": "Edges",
17-
"DOCUMENTATION___RELATIONSHIPS": "Edges",
18-
"CONTEXT_MENU___ADD_RELATIONSHIP": "Add Edge",
13+
"OBJECT___BROWSER_RELATIONSHIPS": "Edge Labels",
14+
"PROPERTIES_PANE___TAB_RELATIONSHIPS": "Edge Labels",
15+
"PROPERTIES_PANE___RELATIONSHIP": "Edge Labels",
16+
"MODAL_WINDOW___RELATIONSHIPS_LABEL": "Edge Labels",
17+
"DOCUMENTATION___RELATIONSHIPS": "Edge Labels",
18+
"CONTEXT_MENU___ADD_RELATIONSHIP": "Add Edge Label",
1919
"NEW___RELATIONSHIP_NAME": "New Edge",
2020
"TOOLBAR___ADD_BUCKET": "Add Graph",
2121
"TOOLBAR___ADD_COLLECTION": "Add Vertex Label",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CosmosDB-with-Gremlin-API",
3-
"version": "0.1.18",
4-
"versionDate": "2021-09-29",
3+
"version": "0.1.19",
4+
"versionDate": "2022-01-17",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.1.3",

reverse_engineering/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"excludeDocKind": ["id"],
77
"scenario": "getDatabases",
88
"connectionList": [ "name", "gremlinEndpoint" ],
9-
"widestColumn": "gremlinEndpoint"
9+
"widestColumn": "gremlinEndpoint",
10+
"helpUrl": "https://hackolade.com/help/Azureinstance2.html"
1011
}

0 commit comments

Comments
 (0)