[yocto] [PATCH 1/2] rrs: remove sorting from the 'No update reason' column

Belen Barros Pena belen.barros.pena at linux.intel.com
Thu Aug 13 06:25:35 PDT 2015


Nothing useful can come from sorting by this column.

Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
---
 templates/rrs/recipes.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 5d2ee5f..3ac73d2 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -293,6 +293,7 @@ $(document).ready(function() {
             2: { sorter: false },
             5: { sorter: false },
             6: { sorter: false },
+            7: { sorter: false },
         }
     }); 
 {% endif %}
-- 
2.3.2 (Apple Git-55)




More information about the yocto mailing list