Skip to content

Commit

Permalink
fix (ui): hide rollback for now (#1031)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault authored and fsamin committed Sep 6, 2017
1 parent 741e791 commit 54bb8da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<sm-dropdown>
<a sm-item class="item" (click)="runPipeline()">{{ 'pipeline_label_run' | translate }}</a>
<a sm-item class="item" (click)="runWithParameters()">{{ 'pipeline_label_run_with_parameter' | translate }}</a>
<a sm-item class="item" (click)="rollback()">{{ 'pipeline_label_rollback' | translate }}</a>
<div class="divider" *ngIf="application.permission === permissionEnum.READ_WRITE_EXECUTE"></div>
<a sm-item class="item" (click)="openDetachPipelineModal()" *ngIf="application.permission === permissionEnum.READ_WRITE_EXECUTE && application.id === workflowItem.application.id">{{
'pipeline_label_detach' | translate }}</a>
Expand Down

0 comments on commit 54bb8da

Please sign in to comment.