commit | 75bb109f345ac04125e3d99d6347e2b3989fb5df | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Thu Sep 12 07:07:28 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 12 07:07:28 2024 +0000 |
tree | 14a9b3a06437ca1c472b0d8772f3247ca0bc1ef1 | |
parent | e29044f4f24d08d2e05f60642d4480b019db300d [diff] | |
parent | 9700b6cf8f24b98cca1ecf6abaf77c9ae84339ed [diff] |
Merge "Add view_timeline icon to the Checks API"
diff --git a/polygerrit-ui/app/api/checks.ts b/polygerrit-ui/app/api/checks.ts index 7dcc2b8..c2afebb 100644 --- a/polygerrit-ui/app/api/checks.ts +++ b/polygerrit-ui/app/api/checks.ts
@@ -530,4 +530,5 @@ REPORT_BUG = 'report_bug', CODE = 'code', FILE_PRESENT = 'file_present', + VIEW_TIMELINE = 'view_timeline', }