diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-02-04 13:10:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-10 23:07:48 +0000 |
commit | 42a7d91ad4bc30c31b5467ce9ec83b7390bd2329 (patch) | |
tree | 0168c43424f41b24e51c367f9ea5010eb48d2104 /bitbake/lib/toaster/toastergui/templates/layerdetails.html | |
parent | d81e5141c10a97bf5764892f9b20933b751c1da3 (diff) | |
download | poky-42a7d91ad4bc30c31b5467ce9ec83b7390bd2329.tar.gz |
bitbake: toastergui: set column heading to 'Revision'
Replace the column heading 'Branch, tag or commit' with
'Revision'. This also fixes 7023.
[YOCTO #7023]
(Bitbake rev: 102144f8e5069f76e7de8db052c3c4531609771f)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 4ffd07152c..6705215aae 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
@@ -142,7 +142,10 @@ | |||
142 | <i id="change-subdir" class="icon-pencil"></i> | 142 | <i id="change-subdir" class="icon-pencil"></i> |
143 | <span class="icon-trash delete-current-value" data-toggle="tooltip" title="Delete"></span> | 143 | <span class="icon-trash delete-current-value" data-toggle="tooltip" title="Delete"></span> |
144 | </dd> | 144 | </dd> |
145 | <dt>Brach, tag or commit</dt> | 145 | <dt> |
146 | <i class="icon-question-sign get-help" title="The Git branch, tag or commit"></i> | ||
147 | Revision | ||
148 | </dt> | ||
146 | <dd> | 149 | <dd> |
147 | <span class="current-value">{{layerversion.commit}}</span> | 150 | <span class="current-value">{{layerversion.commit}}</span> |
148 | <form style="display:none;"> | 151 | <form style="display:none;"> |