Ver código fonte

Label on warningsFilter checkbox

Gaël Métais 10 anos atrás
pai
commit
bc3323eb8b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app/node_views/results.html

+ 2 - 2
app/node_views/results.html

@@ -727,8 +727,8 @@
             </p>
             <div class="filters">
                 <div>
-                    <input type="checkbox" ng-model="warningsFilterOn" />
-                    Show warnings only
+                    <input type="checkbox" ng-model="warningsFilterOn" id="warningsFilterOn" />
+                    <label for="warningsFilterOn">Show warnings only</label>
                 </div>
                 <div>
                     <input type="checkbox" ng-model="textFilterOn" />