Skip to content

Commit

Permalink
fix(ui): not allow to resynchronize pipeline on as code workflow #4806 (
Browse files Browse the repository at this point in the history
#4822)

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
  • Loading branch information
bnjjj authored and yesnault committed Dec 17, 2019
1 parent a939b2a commit c724a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/workflow/node/run/node.run.param.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="header">
{{'workflow_run_with_parameters' | translate}}
<div class="extra" *ngIf="num">
<button type="button" class="ui small green button" suiPopup
<button type="button" class="ui small green button" *ngIf="!workflow.from_repository" suiPopup
[popupText]="'workflow_run_resync_help' | translate" [class.loading]="loading" [disabled]="loading"
(click)="resync()">
{{ 'workflow_resync' | translate }}
Expand Down

0 comments on commit c724a8e

Please sign in to comment.