First commit of front-end admin UI 91/86491/1
authorEkko Chang <ekko.chang@qct.io>
Mon, 29 Apr 2019 06:14:58 +0000 (14:14 +0800)
committerEkko Chang <ekko.chang@qct.io>
Mon, 29 Apr 2019 06:14:58 +0000 (14:14 +0800)
commitc4c381d400abc54a0deb14ee828c51aed6d16873
tree043bb32228ab78b11eb16e70fcc89ed368d72b94
parentc0cc89e2acb5f702f03e932dcd6a75ba8aba4618
First commit of front-end admin UI

1. framework of front-end

Issue-ID: DCAEGEN2-1188

Change-Id: Ib42e20f87f3f4fa5f0aee65c88b1efbfe1523b93
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
87 files changed:
components/datalake-handler/admin/angular.json [new file with mode: 0644]
components/datalake-handler/admin/e2e/protractor.conf.js [new file with mode: 0644]
components/datalake-handler/admin/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
components/datalake-handler/admin/e2e/src/app.po.ts [new file with mode: 0644]
components/datalake-handler/admin/e2e/tsconfig.e2e.json [new file with mode: 0644]
components/datalake-handler/admin/package-lock.json [new file with mode: 0644]
components/datalake-handler/admin/package.json [new file with mode: 0644]
components/datalake-handler/admin/proxy.conf.json [new file with mode: 0644]
components/datalake-handler/admin/src/app/app-routing.module.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/app.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/app.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/app.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/app.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/app.module.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/models/DB/db.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/models/Topic/topic.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/services/header.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/services/header.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/services/rest-api.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/core/services/rest-api.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-add-modal/database-add-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-add-modal/database-add-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-add-modal/database-add-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-add-modal/database-add-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/database-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/druid/druid.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/druid/druid.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/druid/druid.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/druid/druid.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/database/database.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/feeder/feeder.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/feeder/feeder.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/feeder/feeder.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/feeder/feeder.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/header/header.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/header/header.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/header/header.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/header/header.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/sidebar/sidebar.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/sidebar/sidebar.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/sidebar/sidebar.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/sidebar/sidebar.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topic-list/topic-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topic-list/topic-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topic-list/topic-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topic-list/topic-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topics.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topics.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topics.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/app/topics/topics.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/assets/.gitkeep [new file with mode: 0644]
components/datalake-handler/admin/src/assets/i18n/en-us.json [new file with mode: 0644]
components/datalake-handler/admin/src/assets/i18n/zh-hans.json [new file with mode: 0644]
components/datalake-handler/admin/src/assets/i18n/zh-hant.json [new file with mode: 0644]
components/datalake-handler/admin/src/browserslist [new file with mode: 0644]
components/datalake-handler/admin/src/environments/environment.prod.ts [new file with mode: 0644]
components/datalake-handler/admin/src/environments/environment.ts [new file with mode: 0644]
components/datalake-handler/admin/src/favicon.ico [new file with mode: 0644]
components/datalake-handler/admin/src/index.html [new file with mode: 0644]
components/datalake-handler/admin/src/karma.conf.js [new file with mode: 0644]
components/datalake-handler/admin/src/main.ts [new file with mode: 0644]
components/datalake-handler/admin/src/polyfills.ts [new file with mode: 0644]
components/datalake-handler/admin/src/styles.css [new file with mode: 0644]
components/datalake-handler/admin/src/test.ts [new file with mode: 0644]
components/datalake-handler/admin/src/tsconfig.app.json [new file with mode: 0644]
components/datalake-handler/admin/src/tsconfig.spec.json [new file with mode: 0644]
components/datalake-handler/admin/src/tslint.json [new file with mode: 0644]
components/datalake-handler/admin/tsconfig.json [new file with mode: 0644]
components/datalake-handler/admin/tslint.json [new file with mode: 0644]