summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-16 14:24:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 14:24:03 +0000
commit9c924e65a44f836775ebada68b7d568dde31b861 (patch)
tree47263d51e8f40c7a2a466db096158b3eb8f06127 /cds-ui
parentd97a0ef1f3e6b974b94f3a240a01034c4da4f2d1 (diff)
parent4dca288ecf13ed1c3117f692cc8456f1dbcc171b (diff)
Merge "Removed test option from editor screen"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html2
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>