mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
recipes.html: Format change for last updated column
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@linux.intel.com>
This commit is contained in:
parent
bffe94dd66
commit
e325f317aa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user