mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:39:02 +02:00
Show note if layer branch hasn't been indexed
For newly added layers it may not be immediately obvious that you have to wait for it to be indexed (since the update script is usually run on a scheduled basis). If the layer branch hasn't been indexed, add a note mentioning this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
f7950b885c
commit
ad1aac4ea5
|
@ -167,6 +167,11 @@
|
|||
</div> <!-- end of row-fluid -->
|
||||
</div> <!-- end of container-fluid -->
|
||||
|
||||
{% if not layerbranch.vcs_last_commit %}
|
||||
<div class="alert alert-info">
|
||||
<b>Note:</b> The content of this layer on branch {{ url_branch }} has not yet been indexed. Indexing should take place within a few hours.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<ul class="nav nav-tabs" id="layertabbar">
|
||||
{% if layerbranch.recipe_set.count > 0 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user