From: Mariano Lopez <mariano.lo...@linux.intel.com>

Changed the text of percentage done to updated. Also
added a tooltip that shows how this percentage is calculated.

Signed-off-by: Mariano Lopez <mariano.lo...@linux.intel.com>
---
 templates/rrs/base_toplevel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index 9804c03..fd0c96c 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -66,7 +66,7 @@
                     </span>
                     <ul class="nav">
                         <li class="divider-vertical"></li>
-                        <li class="lead" id="percentage"><strong>{{ 
recipes_percentage }}%</strong> done</li>
+                        <li class="lead" id="percentage" data-toggle="tooltip" 
title="Upgrades done in the period divided by recipes not updated at the 
beginning of the period"><strong>{{ recipes_percentage }}%</strong> Updated</li>
                         <li class="divider-vertical"></li>
                         <li class="lead" id="up-to-date-recipes">Up-to-date: 
<span class="text-success">{{ recipes_up_to_date }}</strong></li>
                         <li class="divider-vertical"></li>
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to