aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/recipes.html
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-02-05 18:09:34 -0600
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commit0013db9bc7d26a8cf95f2e3c92eb12933d76b789 (patch)
tree53e0b520adcd5ad72e7c879e9afc7ce256c771a6 /templates/rrs/recipes.html
parente4d1db864dee650c8e1ad4900dc420ca8ed6526e (diff)
downloadopenembedded-core-contrib-0013db9bc7d26a8cf95f2e3c92eb12933d76b789.tar.gz
rrs: Add support for display Can't be updated recipe upstream status.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'templates/rrs/recipes.html')
-rw-r--r--templates/rrs/recipes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 83f420d17f..f68adf8c7b 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -126,6 +126,8 @@
<td class="text-success">
{% elif r.upstream_status == "Not updated" %}
<td class="text-error">
+ {% elif r.upstream_status == "Can't be updated" %}
+ <td class="muted">
{% else %}
<td class="text-warning">
{% endif %}