diff options
author | 2019-04-29 14:14:58 +0800 | |
---|---|---|
committer | 2019-04-29 14:14:58 +0800 | |
commit | c4c381d400abc54a0deb14ee828c51aed6d16873 (patch) | |
tree | 043bb32228ab78b11eb16e70fcc89ed368d72b94 /components/datalake-handler/admin/src/app/topics/topics.component.html | |
parent | c0cc89e2acb5f702f03e932dcd6a75ba8aba4618 (diff) |
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>
Diffstat (limited to 'components/datalake-handler/admin/src/app/topics/topics.component.html')
-rw-r--r-- | components/datalake-handler/admin/src/app/topics/topics.component.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/components/datalake-handler/admin/src/app/topics/topics.component.html b/components/datalake-handler/admin/src/app/topics/topics.component.html new file mode 100644 index 00000000..ced38d3d --- /dev/null +++ b/components/datalake-handler/admin/src/app/topics/topics.component.html @@ -0,0 +1,27 @@ +<div class="row"> + <div class="col-md-12 path"> + Home > Topics + </div> + + <!-- + <div class="col-md-2"> + + <div class="row"> + <div class="col-md-12 text-center"> + Topics Category + </div> + </div> + + <div class="row"> + <div class="col-md-12"> + <app-topic-cate></app-topic-cate> + </div> + </div> + + </div> + --> + + <div class="col-md-12"> + <app-topic-list></app-topic-list> + </div> +</div> |