This is an automated email from the ASF dual-hosted git repository. arshad pushed a change to branch frontend-refactor in repository https://gitbox.apache.org/repos/asf/ambari.git
from 758e462f3d AMBARI-26364 : Ambari Web React: Hosts models and updater hooks (#4055) add da8d908210 AMBARI-26374 : Ambari Web React: Manage config groups component (#4056) No new revisions were added by this update. Summary of changes: ambari-web/latest/src/api/configGroupApi.ts | 97 +++ .../screens/ConfigGroups/CreateNewConfigGroup.tsx | 116 +++ .../screens/ConfigGroups/ManageConfigGroups.tsx | 834 +++++++++++++++++++++ .../ConfigGroups/SelectConfigGroupHosts.tsx | 365 +++++++++ .../latest/src/screens/ConfigGroups/constants.ts | 28 +- .../latest/src/screens/ConfigGroups/types.ts | 82 ++ 6 files changed, 1512 insertions(+), 10 deletions(-) create mode 100644 ambari-web/latest/src/api/configGroupApi.ts create mode 100644 ambari-web/latest/src/screens/ConfigGroups/CreateNewConfigGroup.tsx create mode 100644 ambari-web/latest/src/screens/ConfigGroups/ManageConfigGroups.tsx create mode 100644 ambari-web/latest/src/screens/ConfigGroups/SelectConfigGroupHosts.tsx copy ambari-admin/src/main/resources/ui/ambari-admin/src/layout/SideItem.tsx => ambari-web/latest/src/screens/ConfigGroups/constants.ts (60%) create mode 100644 ambari-web/latest/src/screens/ConfigGroups/types.ts --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org