This is an automated email from the ASF dual-hosted git repository.
dhavalshah9131 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from e6b0f880a RANGER-4303: plugin memory sizing tool
new f6585afeb RANGER-4295: Option might require to clear all filter at
once for resource policy side bars
new f2dcff02a RANGER-4263 -LookupResource give blank response in new react
UI
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/components/CommonComponents.jsx | 21 +-
.../main/webapp/react-webapp/src/styles/style.css | 43 ++++-
.../src/views/AuditEvent/AccessLogs.jsx | 9 +-
.../AuditEvent/AdminLogs/PolicyViewDetails.jsx | 15 +-
.../views/PolicyListing/AddUpdatePolicyForm.jsx | 4 +-
.../src/views/Resources/ResourceComp.jsx | 158 ++-------------
.../src/views/Resources/ResourceSelectComp.jsx | 215 +++++++++++++++++++++
.../react-webapp/src/views/SideBar/SideBar.jsx | 6 +-
.../react-webapp/src/views/SideBar/SideBarBody.jsx | 25 ++-
9 files changed, 322 insertions(+), 174 deletions(-)
create mode 100644
security-admin/src/main/webapp/react-webapp/src/views/Resources/ResourceSelectComp.jsx