aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html
blob: e1dba4358d3fa01be9fb0db99625fc56561a71ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="dependencies-modal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="false">
  <form id="dependencies-modal-form">
    <div class="modal-header">
      <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
      <h3><span id="title"></span> dependencies</h3>
    </div>
    <div class="modal-body">
      <p id="body-text"> <strong id="layer-name"></strong> depends on some layers that are not added to your project. Select the ones you want to add:</p>
      <ul class="unstyled" id="dependencies-list">
      </ul>
    </div>
    <div class="modal-footer">
      <button class="btn btn-primary" type="submit">Add layers</button>
      <button class="btn" type="reset" data-dismiss="modal">Cancel</button>
    </div>
  </form>
</div>