From: Arundathi Patil Date: Thu, 25 Apr 2019 14:36:29 +0000 (+0530) Subject: Resource dictionary- removed uncessary code X-Git-Tag: 0.4.2~3^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F86299%2F1;p=ccsdk%2Fcds.git Resource dictionary- removed uncessary code Removed hardcoded values Issue-ID: CCSDK-1217 Change-Id: I356d8876a183b2d4df2e23bdd6781de4f47bf8bf Signed-off-by: Arundathi Patil --- diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/existing-model/search-resource/search-resource.component.ts b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/existing-model/search-resource/search-resource.component.ts index 5aac51bed..b81a7335e 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/existing-model/search-resource/search-resource.component.ts +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/existing-model/search-resource/search-resource.component.ts @@ -32,7 +32,8 @@ export class SearchResourceComponent implements OnInit { myControl: FormGroup; @Output() resourcesData = new EventEmitter(); - options: any[] = ['One','One1', 'Two', 'Three']; + options: any[] = []; + //['One','One1', 'Two', 'Three']; // @ViewChild('resourceSelect') resourceSelect; @ViewChild('resourceSelect', { read: MatAutocompleteTrigger }) resourceSelect: MatAutocompleteTrigger;