File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lnt/server/ui/templates/reporting Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ <h3>Result Table ({{ field.display_name }})</h3>
147
147
< tr class ="searchable ">
148
148
< td style ="{{ styles.td }} "> </ td >
149
149
< td class ="machine-name " style ="{{ styles.td }} "> < a href ="{{
150
- ts_url}}/graph?plot.0 ={{machine.id}}.{{test.id}}.{{
150
+ ts_url}}/graph?plot={{machine.id}}.{{test.id}}.{{
151
151
report.ts.get_field_index(field)}}&highlight_run={{key_run.id}} "> {{
152
152
machine.name}}</ a > </ td >
153
153
{%- set first_result_shown = false -%}
Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ <h3>Result Table ({{ field.display_name }})</h3>
319
319
rt_detail_str += '<tr class="searchable">' ;
320
320
rt_detail_str += ' <td style="{{ styles.td }}"> </td>' ;
321
321
rt_detail_str += ' <td class="machine-name" style="{{ styles.td }}">' ;
322
- // e.g. http://hw-a21-15.euhpc2.arm.com:8000 /db_default/v4/netful:regression /graph?plot.0 =29.348.0&highlight_run=8122
323
- rt_detail_str += ' <a href="{{ ts_url }}/graph?plot.0 =' + machine . id + '.' + rt_test_id + '.' + field . index + '&highlight_run=' + today_key_run . id + '">' + machine . name + '</a>' ;
322
+ // e.g. http://base_url /db_default/v4/db_name /graph?plot=29.348.0&highlight_run=8122
323
+ rt_detail_str += ' <a href="{{ ts_url }}/graph?plot=' + machine . id + '.' + rt_test_id + '.' + field . index + '&highlight_run=' + today_key_run . id + '">' + machine . name + '</a>' ;
324
324
rt_detail_str += ' </td>' ;
325
325
var first = true ;
326
326
for ( var i = { { report . num_prior_days_to_include } } - 1 ; i >= 0 ; i -- ) {
You can’t perform that action at this time.
0 commit comments