Skip to content

Commit e12e916

Browse files
bwilkersonCommit Queue
authored andcommitted
Fix a bug on the diagnostic pages
This was introduced when I changed the ids of some of the pages. Change-Id: Ia0dc4a49fcabb02782a0e037779a29a55f5deb7c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432560 Auto-Submit: Brian Wilkerson <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]>
1 parent 91ae0bf commit e12e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/lib/src/status/diagnostics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ abstract class DiagnosticPage extends Page {
181181
182182
<nav class="masthead-nav">
183183
<a href="/status" ${isNavPage ? ' class="active"' : ''}>Diagnostics</a>
184-
<a href="/collectreport" ${isCurrentPage('/collectreport') ? ' class="active"' : ''}>Collect Report</a>
184+
<a href="/collect-report" ${isCurrentPage('/collect-report') ? ' class="active"' : ''}>Collect Report</a>
185185
<a href="/feedback" ${isCurrentPage('/feedback') ? ' class="active"' : ''}>Feedback</a>
186186
<a href="https://dart.dev/tools/dart-analyze" target="_blank">Docs</a>
187187
<a href="https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/doc/api.html" target="_blank">Spec</a>

0 commit comments

Comments
 (0)