-
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
Saptune summary frontend #1796
Saptune summary frontend #1796
Conversation
]} | ||
/> | ||
</div> | ||
<div className="mt-4 bg-white shadow rounded-lg py-4 xl:w-1/4"> |
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.
@dottorblaster @nelsonkopliku I guess we will need to have some checksAvailable
kind of variable to decide if we put this coming soon
or the results box.
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.
I guess, so. We'll be working on that soon.
provider={host.provider} | ||
providerData={host.provider_data} | ||
sapInstances={sapInstances} | ||
saptuneStatus={{}} |
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.
Temporary empty
d2b73f3
to
feae09d
Compare
feae09d
to
e9ba4ee
Compare
@arbulu89 I see that you have assigned this to me. The storybooks look good. Is there anything else that you would like me to do here? |
I wanted to put you in the list of review... 😅 |
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 some general feedback
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.
LGTM
Description
Add saptune summary box to HostDetails view. I have put some of the elements inside
SaptuneDetails
, as the will be used there, once we have that component. It looks the more appropriate place.The used "struct" of
saptuneStatus
is temporal. It will be similar, we might need to change it once we exactly know how the redux store will be composed.Storybook (in real execution the fields are like
Not installed
):How was this tested?
Tested and stories added.