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>
This commit is contained in:
Mariano Lopez 2015-07-09 10:39:14 -05:00 committed by Paul Eggleton
parent 7f24895f6e
commit d25036232c

View File

@ -66,7 +66,7 @@
</span> </span>
<ul class="nav"> <ul class="nav">
<li class="divider-vertical"></li> <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="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="lead" id="up-to-date-recipes">Up-to-date: <span class="text-success">{{ recipes_up_to_date }}</strong></li>
<li class="divider-vertical"></li> <li class="divider-vertical"></li>