-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix database sid display #1639
Fix database sid display #1639
Conversation
@@ -0,0 +1,116 @@ | |||
export 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.
The databases slice default state added, as this is how it is loaded in the initial fetch (and next updates)
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.
Just a tiny nitpick
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.
Cool! Nice catch!
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.
If the CI is happy, I am
Description
Fix database sid visualization in HostList view and HanaClusterDetails view.
Before this change, the database sid was only available when the SAP system was completely registered. If the database was only there, the sid was not being displayed.
This happened because the database instance list was being obtained from the SAP system list redux state instead of its own database state
How was this tested?
Tests updated