Dashboard-list interface front-end development 53/89353/1
authore <xuranyjy@chinamobile.com>
Wed, 5 Jun 2019 11:32:04 +0000 (19:32 +0800)
committere <xuranyjy@chinamobile.com>
Wed, 5 Jun 2019 11:32:10 +0000 (19:32 +0800)
commitac8777fb0928ad74eefccce2149074bf7cb2f131
treef05fb69ce69119017ea04cb83fa82ed2f0fb1b27
parentd1d558f4ec2358a592a2add59bea52ef7c1dced7
Dashboard-list interface front-end development

Change-Id: I7328e0c26e927245ea20f99c7f780669c66e7557
Issue-ID: DCAEGEN2-1599
Signed-off-by: e <xuranyjy@chinamobile.com>
44 files changed:
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/alert/alert.component.html
components/datalake-handler/admin/src/src/app/core/alert/alert.component.ts
components/datalake-handler/admin/src/src/app/core/models/dashboard.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/models/template.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/dashboard-api.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/dashboard-api.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/create-dashboard/create-dashboard.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-list/dashboard-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/dashboard-setting.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/new-template-modal/new-template-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/template-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/header/header.component.ts
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.css
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.html
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.ts
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