-
Notifications
You must be signed in to change notification settings - Fork 279
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
Connected Object details page to navigation #394
Conversation
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.
This will fix testrs
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ListObjects/ListObjects.tsx
Outdated
Show resolved
Hide resolved
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ListObjects/ObjectRouting.tsx
Outdated
Show resolved
Hide resolved
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ListObjects/ObjectRouting.tsx
Outdated
Show resolved
Hide resolved
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/SetRetention.tsx
Outdated
Show resolved
Hide resolved
<MenuItem | ||
value={option.value} | ||
key={`select-${name}-${option.label}`} | ||
> | ||
{option.label} | ||
</MenuItem> | ||
))} */} |
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 delete this
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.
This is going to be needed for next step of date selector
<MenuItem | ||
value={option.value} | ||
key={`select-${name}-${option.label}`} | ||
> | ||
{option.label} | ||
</MenuItem> | ||
))} */} |
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 delete this
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.
This is going to be needed for next step of date selector
Connected Object details page to navigation schema. Also connected file details view with backend
3ea35fb
to
7212b16
Compare
tested LGTM |
What does this do?
Connected Object details page to navigation schema. Also connected file details view with backend
NOTE: There is a known issue on clicking back button / hot reload where information is not loaded on screen. Will adress this in the next PR