diff options
author | 2019-06-12 19:16:59 +0800 | |
---|---|---|
committer | 2019-06-12 19:17:21 +0800 | |
commit | f05d5c950e0c4f0ffcf52834ff4b3c03a9d02ce5 (patch) | |
tree | 2c4d8cbb7e56425f92c1023dc8e016fc8af4b244 | |
parent | a32d3d96d850115fab13da0b9def3aee4f449300 (diff) |
Template interface front-end development
Change-Id: Idf16e1775c885c8c71c5c477b65a9fe808edbf77
Issue-ID: DCAEGEN2-1600
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r-- | components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html b/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html index eee76dc1..3b276c14 100644 --- a/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html +++ b/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html @@ -60,7 +60,7 @@ </div> <div class="col-md-6"> <select #templatetype class="custom-select dl-input-text" id="selDataFormat"> - <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.type">{{item}}</option> + <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.designType">{{item}}</option> </select> </div> </div> |