| Index: ct/py/html-templates/csv_totals.html
|
| diff --git a/ct/py/html-templates/csv_totals.html b/ct/py/html-templates/csv_totals.html
|
| index 7190f1c18be6fd0037616012fdd0e97fcabb447c..9bd02fefc41b46524d05e21409da82772c3bec0f 100644
|
| --- a/ct/py/html-templates/csv_totals.html
|
| +++ b/ct/py/html-templates/csv_totals.html
|
| @@ -17,7 +17,7 @@
|
| <br/>
|
| The run was done using Chromium commit hash <a href='https://chromium.googlesource.com/chromium/src/+/{{ chromium_hash }}'>{{ chromium_hash|slice:":7" }}</a> and Skia commit hash <a href='https://skia.googlesource.com/skia/+/{{ skia_hash }}'>{{ skia_hash|slice:":7" }}</a>
|
| <br/>
|
| - The specified patch(es) are: <a href='{{ chromium_patch_link }}'>Chromium</a>/<a href='{{ skia_patch_link }}'>Skia</a> (if no patch is specified the page will be empty)
|
| + The specified patch(es) are: <a href='{{ chromium_patch_link }}'>Chromium</a>/<a href='{{ skia_patch_link }}'>Skia</a>/<a href='{{ benchmark_patch_link }}'>Telemetry</a> (if no patch is specified the page will be empty)
|
| <br/>
|
| Browser arguments for the nopatch run: "{{ browser_args_nopatch }}"
|
| <br/>
|
|
|