Skip to content

Commit

Permalink
Fix trino monitor url
Browse files Browse the repository at this point in the history
  • Loading branch information
kyo-tom authored and wendigo committed Nov 4, 2024
1 parent 7eca974 commit ea52290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchto-service/src/main/webapp/partials/benchmarkRun.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h4 class="sub-header">Executions</h4>
</td>
<td>
<a target="_blank" ng-if="execution.attributes.prestoQueryId"
ng-href="{{::benchmarkRun.environment.attributes.prestoURL}}query.html?{{execution.attributes.prestoQueryId}}">{{execution.attributes.prestoQueryId}}</a>
ng-href="{{::benchmarkRun.environment.attributes.prestoURL}}ui/query.html?{{execution.attributes.prestoQueryId}}">{{execution.attributes.prestoQueryId}}</a>
</td>
<td>
<a target="_blank" ng-if="execution.attributes.prestoQueryId"
Expand Down

0 comments on commit ea52290

Please sign in to comment.