Add the card shared module 65/92065/3
authorEkko Chang <ekko.chang@qct.io>
Fri, 26 Jul 2019 03:26:08 +0000 (03:26 +0000)
committerEkko Chang <ekko.chang@qct.io>
Mon, 29 Jul 2019 10:29:36 +0000 (10:29 +0000)
commit5e7f427fb15e9006693e9ec41f39efdea6723f61
tree5705acd6ab2fe2c3aa7e3d9a71a35da57c547ef5
parentb00de662acf33320ffb1218d931c76894f2d1280
Add the card shared module

Issue-ID: DCAEGEN2-1671

Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: I52777a2c11d3ea351df7e3fc8b236d8f94bc44e1
27 files changed:
.gitignore
components/datalake-handler/admin/src/.gitignore
components/datalake-handler/admin/src/package-lock.json
components/datalake-handler/admin/src/package.json
components/datalake-handler/admin/src/proxy.conf.json [deleted file]
components/datalake-handler/admin/src/src/app/app.module.ts
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.html
components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.ts
components/datalake-handler/admin/src/src/app/views/test/test.component.html
components/datalake-handler/admin/src/src/app/views/test/test.component.ts
components/datalake-handler/admin/src/src/assets/icons/add.svg [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/icons/couchbase_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/couchbase_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/druid_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/druid_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/elasticsearch_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/elasticsearch_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/hadoop_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/hadoop_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/kafka_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/kafka_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/kibana_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/kibana_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/mongoDB_able.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/assets/icons/mongoDB_disable.svg [new file with mode: 0755]
components/datalake-handler/admin/src/src/styles.css