Chromium Code Reviews| Index: dashboard/dashboard/elements/alerts-page.html |
| diff --git a/dashboard/dashboard/elements/alerts-page.html b/dashboard/dashboard/elements/alerts-page.html |
| index d1b3b5d08c7d0ec4efc0e1d53134c226d14d8d9b..073f4342bed6dedacca84b64bedeba1478bb9859 100644 |
| --- a/dashboard/dashboard/elements/alerts-page.html |
| +++ b/dashboard/dashboard/elements/alerts-page.html |
| @@ -206,6 +206,10 @@ found in the LICENSE file. |
| value: () => ([{ |
| 'key': 'last_row_date', |
| 'label': 'Date' |
| + }, |
| + { |
| + 'key': 'debug_button', |
| + 'label': '' |
| }]) |
| }, |
| selectedSheriffIndex: { |