minio/browser/app/js/buckets
Kanagaraj M 54e5ee6535 removed duplicate route components from browser (#5584)
All routes '/', '/:bucket/', '/:bucket/*' render the same
component. Instead we could just have a single route like following which
combines all the above routes

'/:bucket?/*'

bucket is optional here, so it can cover '/'
2018-03-21 11:38:56 -07:00
..
__tests__ Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
Bucket.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
BucketContainer.js re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
BucketDropdown.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
BucketList.js removed duplicate route components from browser (#5584) 2018-03-21 11:38:56 -07:00
BucketPolicyModal.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
BucketSearch.js re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
MakeBucketModal.js Refactor make bucket and upload components (#5521) 2018-03-21 11:30:50 -07:00
Policy.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
PolicyInput.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
actions.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
reducer.js Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
selectors.js re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00