[yocto] [rrs][PATCH 3/3] recipes.html: Format change for last updated column

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Tue Jul 28 07:27:18 PDT 2015


From: Mariano Lopez <mariano.lopez at linux.intel.com>

This changes the format of the last updated column.
Now the column text is set to the default text color.

[YOCTO #8018]

Signed-off-by: Mariano Lopez <mariano.lopez at linux.intel.com>
---
 templates/rrs/recipes.html | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index a69ff0f..5d2ee5f 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -99,14 +99,7 @@
     {% endif %}
         {{ r.upstream_status }}
     </td>
-    {% if r.outdated == "Up-to-date" %}
-    <td class="text-success">
-    {% elif r.outdated == "Unknown" %}
-    <td class="text-warning">
-    {% else %}
-    <td class="text-error">
-    {% endif %}
-        {{r.outdated}}</td>
+    <td class="last_updated_column">{{r.outdated}}</td>
     <td class="maintainer_column">{{ r.maintainer_name }}</td>
     <td class="summary_column">{{ r.summary }}</td>
     <td class="no_update_reason_column" style="display:none">{{ r.no_update_reason }}</td>
-- 
1.9.1




More information about the yocto mailing list