feat: change the structure of the project 09/91709/1
authorcyuamber <xuranyjy@chinamobile.com>
Fri, 19 Jul 2019 02:21:22 +0000 (10:21 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Fri, 19 Jul 2019 02:21:40 +0000 (10:21 +0800)
commitf7619096578c002d34dbf670348ce2fd0d799614
treeed47a56098ca60a111256b14343925a5f01043d2
parentf328f99a9618a9b89462601ac506726c1f8e2c18
feat: change the structure of the project

Change-Id: I68dc566780aa26f7d4de7488705adcb3fec2f782
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Issue-ID: DCAEGEN2-1671
131 files changed:
components/datalake-handler/admin/src/README.md
components/datalake-handler/admin/src/src/app/app-routing.module.ts
components/datalake-handler/admin/src/src/app/app.component.html
components/datalake-handler/admin/src/src/app/app.module.ts
components/datalake-handler/admin/src/src/app/shared/components/alert/alert.component.css [moved from components/datalake-handler/admin/src/src/app/core/alert/alert.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/alert/alert.component.html [moved from components/datalake-handler/admin/src/src/app/core/alert/alert.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/alert/alert.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/core/alert/alert.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/alert/alert.component.ts [moved from components/datalake-handler/admin/src/src/app/core/alert/alert.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.component.css [moved from components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.component.html [moved from components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.component.ts [moved from components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.ts with 95% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.service.spec.ts [moved from components/datalake-handler/admin/src/src/app/core/services/toastr-notification.service.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/components/toastr-notification/toastr-notification.service.ts [moved from components/datalake-handler/admin/src/src/app/core/services/toastr-notification.service.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/header/header.component.css [moved from components/datalake-handler/admin/src/src/app/header/header.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/header/header.component.html [moved from components/datalake-handler/admin/src/src/app/header/header.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/header/header.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/header/header.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/header/header.component.ts [moved from components/datalake-handler/admin/src/src/app/header/header.component.ts with 94% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/sidebar/sidebar.component.css [moved from components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/sidebar/sidebar.component.html [moved from components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/sidebar/sidebar.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/layout/sidebar/sidebar.component.ts [moved from components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.css [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/search/search.component.css [moved from components/datalake-handler/admin/src/src/app/topics/topics.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/shared/modules/search/search.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/search/search.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/search/search.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/utils/utils.js [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/about/about.component.css [moved from components/datalake-handler/admin/src/src/app/about/about.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/about/about.component.html [moved from components/datalake-handler/admin/src/src/app/about/about.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/about/about.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/about/about.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/about/about.component.ts [moved from components/datalake-handler/admin/src/src/app/about/about.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.ts with 86% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/dashboard-list.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/dashboard-list.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/dashboard-list.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-list/dashboard-list.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.ts with 94% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-setting.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-setting.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-setting.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/dashboard-setting.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.ts with 97% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/template-list.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/template-list.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/template-list.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template-list/template-list.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.ts with 97% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template.component.css [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template.component.html [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/dashboard-setting/template/template.component.ts [moved from components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.ts with 93% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-add-modal/database-add-modal.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-add-modal/database-add-modal.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-add-modal/database-add-modal.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-add-modal/database-add-modal.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-list.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-list.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-list.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/database-list.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.ts with 93% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/couchbase/couchbase.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/couchbase/couchbase.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/couchbase/couchbase.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/couchbase/couchbase.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.ts with 99% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/druid/druid.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/druid/druid.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/druid/druid.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/druid/druid.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.ts with 99% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.ts with 99% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/hdfs/hdfs.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/hdfs/hdfs.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/hdfs/hdfs.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/hdfs/hdfs.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/hdfs/hdfs.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/hdfs/hdfs.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/hdfs/hdfs.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/hdfs/hdfs.component.ts with 99% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/mongodb/mongodb.component.css [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/mongodb/mongodb.component.html [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/mongodb/mongodb.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database-list/dbs-modal/mongodb/mongodb.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.ts with 99% similarity]
components/datalake-handler/admin/src/src/app/views/database/database.component.css [moved from components/datalake-handler/admin/src/src/app/database/database.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database.component.html [moved from components/datalake-handler/admin/src/src/app/database/database.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/database/database.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/database/database.component.ts [moved from components/datalake-handler/admin/src/src/app/database/database.component.ts with 94% similarity]
components/datalake-handler/admin/src/src/app/views/feeder/feeder.component.css [moved from components/datalake-handler/admin/src/src/app/feeder/feeder.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/feeder/feeder.component.html [moved from components/datalake-handler/admin/src/src/app/feeder/feeder.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/feeder/feeder.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/feeder/feeder.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/feeder/feeder.component.ts [moved from components/datalake-handler/admin/src/src/app/feeder/feeder.component.ts with 91% similarity]
components/datalake-handler/admin/src/src/app/views/test/test.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/test.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/test.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/test.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/new-topic-model/new-topic-model.component.css [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/new-topic-model/new-topic-model.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/new-topic-model/new-topic-model.component.html [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/new-topic-model/new-topic-model.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/new-topic-model/new-topic-model.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/new-topic-model/new-topic-model.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/new-topic-model/new-topic-model.component.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/new-topic-model/new-topic-model.component.ts with 82% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-config-modal/topic-config-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-config-modal/topic-config-modal.component.html [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-config-modal/topic-config-modal.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-config-modal/topic-config-modal.component.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-detail-modal/topic-detail-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-detail-modal/topic-detail-modal.component.html [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-detail-modal/topic-detail-modal.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-detail-modal/topic-detail-modal.component.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.css [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.css with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.html [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.ts [moved from components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.ts with 94% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topics.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topics.component.html [moved from components/datalake-handler/admin/src/src/app/topics/topics.component.html with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topics.component.spec.ts [moved from components/datalake-handler/admin/src/src/app/topics/topics.component.spec.ts with 100% similarity]
components/datalake-handler/admin/src/src/app/views/topics/topics.component.ts [moved from components/datalake-handler/admin/src/src/app/topics/topics.component.ts with 81% similarity]