-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set default data when create graph #447
Conversation
set default data when create graph
this.newGraphData.name = 'test'; | ||
this.newGraphData.graph = 'hugegraph'; | ||
this.newGraphData.host = '0.0.0.0'; | ||
this.newGraphData.port = '18080'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use 8080
for default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use
8080
for default
fixed
change default setting data
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
set default data when create graph