To optimize the shared module and apply it into the page 71/99971/5
authorEkko Chang <ekko.chang@qct.io>
Thu, 2 Jan 2020 07:41:50 +0000 (07:41 +0000)
committerEkko Chang <ekko.chang@qct.io>
Thu, 9 Jan 2020 08:41:40 +0000 (08:41 +0000)
commit27861408fa784ac3aa153c489a30c49e150cad2f
tree21f536feca2533f61bce33146dbab6b0f9c0ef92
parentab4c8376241c153e3f8ab986bd29a8baa8226450
To optimize the shared module and apply it into the page

Issue-ID: DCAEGEN2-1715
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: I1a461ab6f2a5cc272dbdeacb9b5a480b269eed93
24 files changed:
components/datalake-handler/admin/src/package.json
components/datalake-handler/admin/src/src/app/app-routing.module.ts
components/datalake-handler/admin/src/src/app/app.module.ts
components/datalake-handler/admin/src/src/app/core/models/db.model.ts
components/datalake-handler/admin/src/src/app/core/models/kafka.model.ts
components/datalake-handler/admin/src/src/app/core/models/topic.model.ts
components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts
components/datalake-handler/admin/src/src/app/shared/components/Button/button.component.html
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.html
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.ts
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.data.ts
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.interface.ts
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html
components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.ts
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.html
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-list.component.ts
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-modal/topic-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-modal/topic-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-modal/topic-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/topics/topic-list/topic-modal/topic-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/i18n/en-us.json
components/datalake-handler/admin/src/src/assets/i18n/zh-hans.json
components/datalake-handler/admin/src/src/assets/i18n/zh-hant.json
components/datalake-handler/admin/src/src/styles.css