Skip to content

Commit

Permalink
fix(#288): replace UI button
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jun 19, 2024
1 parent c40c439 commit 5ffb749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 id="page-heading" data-cy="ScenarioExecutionHeading" *ngIf="!hideTitle">
<a [routerLink]="['/scenario-parameter']" [queryParams]="{ 'filter[scenarioExecutionId.in]': scenarioExecution.executionId }">
<button type="button" class="btn btn-info btn-sm" data-cy="filterOtherEntityButton">
<fa-icon icon="gears"></fa-icon>
<span class="d-none d-md-inline" jhiTranslate="citrusSimulatorApp.scenarioExecution.scenarioMessages">Parameters</span>
<span class="d-none d-md-inline" jhiTranslate="citrusSimulatorApp.scenarioExecution.scenarioParameters">Parameters</span>
</button>
</a>
<a [routerLink]="['/scenario-execution', scenarioExecution.executionId, 'view']">
Expand Down

0 comments on commit 5ffb749

Please sign in to comment.