-
Notifications
You must be signed in to change notification settings - Fork 17
Everest-1931 Improve diagram view #1262
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
base: EVEREST-1862-topology-diagram-view
Are you sure you want to change the base?
Everest-1931 Improve diagram view #1262
Conversation
button : { | ||
resetView: 'Reset View', | ||
} | ||
} |
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.
please add new line for end of file
|
||
for (const key of keys) { | ||
if ( | ||
typeof component[key] === 'string' |
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.
why do we need this type check here?
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.
@dianabirs Because DBClusterComponent can have keys with other types than string and if so we can't call toLowerCase for other types, there are like container array or number and etc. that's why we need to make sure that one is a string
Screencast.from.2025-03-27.19-43-49.webm