1) Port Grant Wizard to react. Fixes #6687

2) Fixed an issue where grant wizard is unresponsive if the database size is huge. Fixes #2097
This commit is contained in:
Nikhil Mohite
2021-09-20 13:02:41 +05:30
committed by Akshay Joshi
parent 44e770aa0b
commit 7aa213a5ce
19 changed files with 1175 additions and 1098 deletions

View File

@@ -130,3 +130,17 @@
width: 100%;
height: 100%;
}
#grantWizardDlg {
padding-top: 0em;
}
.grant-wizard-objcol {
min-width: 8em !important;
width: 8em !important;
}
.grant-wizard-panel-content {
padding-top: 0.9em !important;
}