Refactor UI catalog page, Fix pagination 35/57335/2
authorMalek <malek.zoabi@amdocs.com>
Wed, 25 Jul 2018 05:51:50 +0000 (08:51 +0300)
committerMalek <malek.zoabi@amdocs.com>
Wed, 25 Jul 2018 05:51:59 +0000 (08:51 +0300)
commitd2d451214ba73d35d2b73764b74ab70f1c9ea966
treea6062a68732fdd476b454334a473bb24f06d443f
parentb987e4ee170b670716ec81fa9b080eebaff0f766
Refactor UI catalog page, Fix pagination

Issue-ID: SDC-1558
Change-Id: I80e5ded1b91f86b696fa9b29eb8364febfe0ebba
Signed-off-by: Malek <malek.zoabi@amdocs.com>
14 files changed:
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/Catalog.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/CatalogView.jsx
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogActions-test.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogReducer-test.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSagas-test.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSelectors-test.js [deleted file]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogApi.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogConstants.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogReducer.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSagas.js
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSelectors.js [deleted file]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/Main.jsx
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/Workflows.jsx