You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "wanganjuan (via GitHub)" <gi...@apache.org> on 2023/03/31 07:13:28 UTC

[GitHub] [incubator-hugegraph-toolchain] wanganjuan commented on a diff in pull request #447: set default data when create graph

wanganjuan commented on code in PR #447:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/447#discussion_r1154098652


##########
hugegraph-hubble/hubble-fe/src/stores/GraphManagementStore/graphManagementStore.ts:
##########
@@ -220,6 +220,14 @@ export class GraphManagementStore {
     this.editGraphData.password = this.graphData[index].password;
   }
 
+  @action
+  fillInGraphDataDefaultConfig() {
+    this.newGraphData.name = 'test';
+    this.newGraphData.graph = 'hugegraph';
+    this.newGraphData.host = '0.0.0.0';
+    this.newGraphData.port = '18080';

Review Comment:
   > use `8080` for default
   
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org