mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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:
parent
7f24895f6e
commit
d25036232c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user