aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2015-07-09 10:39:14 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commitd25036232cbb8cdfac5eda864a440acd25b4d1f3 (patch)
tree759ca2b9a7b81f52870ede7d9ff8e365665e7209 /templates
parent7f24895f6e5ba791d827385882631bac59de0fe3 (diff)
downloadopenembedded-core-contrib-d25036232cbb8cdfac5eda864a440acd25b4d1f3.tar.gz
base_toplevel.html: Changed format of percentage done
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.lopez@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/rrs/base_toplevel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index 9804c03817..fd0c96c92d 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>