summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-24 13:40:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 13:40:21 +0000
commit8e0a2167cbc097ca9cb14d40c058b458ca1f32d8 (patch)
tree0816835a2c1c27bab3fd758b2fb9486d33540f1a /cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html
parent7f15996a7b250760d1d3ecb32520ce4e8755964e (diff)
parent1110acc4d4a9692aa8fc9da93e05bff5705b8556 (diff)
Merge "Commented functionalities not for Dublin"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html
index 9c2d721e0..d66b559f3 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/template-options/template-options.component.html
@@ -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-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-group> \ No newline at end of file