Removed test option from editor screen 99/85299/2
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 15 Apr 2019 09:45:15 +0000 (15:15 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Tue, 16 Apr 2019 09:29:14 +0000 (14:59 +0530)
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>
cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html

index b3eeeed..546668d 100644 (file)
@@ -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>