diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-15 15:15:15 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-04-16 14:59:14 +0530 |
commit | 4dca288ecf13ed1c3117f692cc8456f1dbcc171b (patch) | |
tree | 93d6eca85be2a2e10961a6eb26436a44cedbfd44 /cds-ui/client/src/app/feature-modules/blueprint/modify-template | |
parent | 1c98d5673c70325bb9913419e730a31af009b6df (diff) |
Removed test option from editor screen
removed test option from editor screen. it will be handelled in test
component
Issue-ID: CCSDK-1227
Change-Id: I1148e6452b681671e1e9caa959a905d6a5184c52
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html index b3eeeeda2..546668d43 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html @@ -36,7 +36,7 @@ limitations under the License. <button class="mat-button-active" mat-button [matMenuTriggerFor]="menu">Deploy</button> <mat-menu #menu="matMenu"> <button mat-menu-item (click)="saveToBlueprintProcessor()">Deploy</button> - <button mat-menu-item (click)="processBlueprint()">Test</button> + <!-- <button mat-menu-item (click)="processBlueprint()">Test</button> --> </mat-menu> <button class="btn-active" (click)="publishToControllerBlueprint()">Publish</button> <button class="btn-active" (click)="saveToControllerBlueprint()">Save</button> |