mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Include branch name in "Not being applied" patch tooltip
Make it clear what this actually means. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
0643dd3cb7
commit
c148849924
|
@ -235,7 +235,7 @@
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
$('#id_cover_status').change(enable_value_field)
|
$('#id_cover_status').change(enable_value_field)
|
||||||
enable_value_field()
|
enable_value_field()
|
||||||
$('.not-applied').tooltip({title:"Not being applied"});
|
$('.not-applied').tooltip({title:"Not being applied in {{ branch }}"});
|
||||||
});
|
});
|
||||||
enable_value_field = function() {
|
enable_value_field = function() {
|
||||||
cover_status = $('#id_cover_status').val()
|
cover_status = $('#id_cover_status').val()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user