Merge branch '18947-githttpd'
[arvados.git] / apps / workbench / app / views / projects / _compute_node_summary.html.erb
index 652d4ad06ed1c0659c7df9592bc1b9685637ebf6..474fc7b9f5d5405ff7505c4178f45e40f8bb3193 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <div class="compute-summary-numbers">
     <table>
       <colgroup>
@@ -9,8 +13,8 @@
         <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>