aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
diff options
context:
space:
mode:
authorMohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>2018-03-16 16:10:26 +0530
committerMohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>2018-03-16 16:27:17 +0530
commit2ad624cfde8a529f539afcfd12ee28165e3bc939 (patch)
tree69cb7dddb082cb2f25f15d0b6f4c4f294c4cd8a3 /src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
parent90174648e4553018398f88c6acbd9dc905aa17ff (diff)
[Appc-1806] Removing INSTAR from CDT for ONAP.
The source name for INSTAR made configurable through a property file. Issue-ID: APPC-750 Change-Id: I7e0d2ae657d4469f6fae54b5358ddb6f5476b211 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
Diffstat (limited to 'src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html')
-rw-r--r--src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html b/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
index cb02db9..1130c94 100644
--- a/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
+++ b/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html
@@ -135,7 +135,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<option *ngFor="let src of sourceValues"
[value]="src"
[selected]="src === obj.source"
- [disabled]="src === 'INSTAR'">
+ [disabled]="src === configurable_source">
{{src}}
</option>