18995: add scope to all <th> tags that are missing one.
[arvados.git] / apps / workbench / app / views / projects / _compute_node_summary.html.erb
index 40a212e5b642e3ecfb8ab9d6bc76627a26bb876a..474fc7b9f5d5405ff7505c4178f45e40f8bb3193 100644 (file)
@@ -13,8 +13,8 @@ SPDX-License-Identifier: AGPL-3.0 %>
         <td><%= nodes.select {|n| n.crunch_worker_state == "idle" }.size %></td>
       </tr>
       <tr>
-        <th>Busy nodes</th>
-        <th>Idle nodes</th>
+        <th scope="col">Busy nodes</th>
+        <th scope="col">Idle nodes</th>
       </tr>
     </table>
 </div>