aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-10-31 17:00:24 +0100
committerAleksandr Nogikh <nogikh@google.com>2023-10-31 16:19:25 +0000
commit95448ff1efbbb7bd65674274266764ccd2fbfc8e (patch)
treecbb3a797a06bf7bbe3d92adf238e35d568467c42
parent58499c95b09b17b91d98543e0268d0fa17777ff1 (diff)
dashboard: better column names in subsystem list
These are not always bugs, so let's just leave "Open".
-rw-r--r--dashboard/app/subsystems.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/subsystems.html b/dashboard/app/subsystems.html
index 639fc1c82..ba197a2ab 100644
--- a/dashboard/app/subsystems.html
+++ b/dashboard/app/subsystems.html
@@ -19,7 +19,7 @@ The list of polled trees.
<tr>
<th><a onclick="return sortTable(this, 'Name', textSort)" href="#">Name</a></th>
<th>List(s)</th>
- <th><a onclick="return sortTable(this, 'Open bugs', numSort)" href="#">Open bugs</a></th>
+ <th><a onclick="return sortTable(this, 'Open', numSort)" href="#">Open</a></th>
<th><a onclick="return sortTable(this, 'Fixed', numSort)" href="#">Fixed</a></th>
</tr>
</thead>