diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index ab7e665b64..11603d1e12 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
| @@ -77,6 +77,22 @@ | |||
| 77 | </form> | 77 | </form> |
| 78 | </div> | 78 | </div> |
| 79 | 79 | ||
| 80 | <div class="well well-transparent" id="distro-section"> | ||
| 81 | <h3>Distro</h3> | ||
| 82 | |||
| 83 | <p class="lead"><span id="project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="change-distro-toggle"></span></p> | ||
| 84 | |||
| 85 | <form id="select-distro-form" style="display:none;" class="form-inline"> | ||
| 86 | <span class="help-block">Distro suggestions come from the Layer Index</a></span> | ||
| 87 | <div class="form-group"> | ||
| 88 | <input class="form-control" id="distro-change-input" autocomplete="off" value="" data-provide="typeahead" data-minlength="1" data-autocomplete="off" type="text"> | ||
| 89 | </div> | ||
| 90 | <button id="distro-change-btn" class="btn btn-default" type="button">Save</button> | ||
| 91 | <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a> | ||
| 92 | <p class="form-link"><a href="{% url 'projectdistros' project.id %}">View compatible distros</a></p> | ||
| 93 | </form> | ||
| 94 | </div> | ||
| 95 | |||
| 80 | <div class="well well-transparent"> | 96 | <div class="well well-transparent"> |
| 81 | <h3>Most built recipes</h3> | 97 | <h3>Most built recipes</h3> |
| 82 | 98 | ||
