commit | 9700b6cf8f24b98cca1ecf6abaf77c9ae84339ed | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Thu Sep 12 08:16:37 2024 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Thu Sep 12 08:16:37 2024 +0200 |
tree | bf300085e2292c476f4749b83b9ee671e9f6b49e | |
parent | e1bc6c0b7b1aa433bbad0188e43d85f22129884b [diff] |
Add view_timeline icon to the Checks API Google-Bug-Id: b/366016487 Release-Notes: skip Change-Id: I5c1ead6a2442526d84d56db910be4812c6fd2ae6
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', }