Merge "Added template options to create CBA"
authorDan Timoney <dtimoney@att.com>
Mon, 8 Jul 2019 13:39:59 +0000 (13:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 8 Jul 2019 13:39:59 +0000 (13:39 +0000)
cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html

index d66b559..57ff00d 100644 (file)
@@ -19,7 +19,7 @@ limitations under the License.
 ============LICENSE_END============================================
 -->
 <mat-radio-group>
-    <mat-radio-button value="1" (click)="selected(1)">Upload Template file</mat-radio-button><br><br>
-    <!-- <mat-radio-button value="2" (click)="selected(2)">Starter Template</mat-radio-button><br><br>
-  <mat-radio-button value="3" (click)="selected(3)">Existing Model File</mat-radio-button> -->
+    <mat-radio-button value="1" (click)="selected(1)">Upload Template file</mat-radio-button><br> <br>
+    <mat-radio-button value="2" (click)="selected(2)">Starter Template</mat-radio-button><br> <br>
+    <mat-radio-button value="3" (click)="selected(3)">Existing Model File</mat-radio-button>
 </mat-radio-group>
\ No newline at end of file