diff options
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projectconf.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/bitbake/lib/toaster/toastergui/templates/projectconf.html index c007859385..dd7d30c58a 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectconf.html +++ b/bitbake/lib/toaster/toastergui/templates/projectconf.html | |||
| @@ -62,13 +62,14 @@ | |||
| 62 | <span id="image_fstypes">{{fstypes}}</span> | 62 | <span id="image_fstypes">{{fstypes}}</span> |
| 63 | <i class="icon-pencil" id="change-image_fstypes-icon"></i> | 63 | <i class="icon-pencil" id="change-image_fstypes-icon"></i> |
| 64 | <form id="change-image_fstypes-form" style="display:none;"> | 64 | <form id="change-image_fstypes-form" style="display:none;"> |
| 65 | <label>Type the image types you want to build:</label> | ||
| 65 | <div class="input-append" id="validate-image_fstypes"> | 66 | <div class="input-append" id="validate-image_fstypes"> |
| 66 | <input type="text" class="input-xlarge" id="new-imagefs_types"> | 67 | <input type="text" class="input-xlarge" id="new-imagefs_types"> |
| 67 | <button id="apply-change-image_fstypes" type="button" class="btn">Save</button> | 68 | <button id="apply-change-image_fstypes" type="button" class="btn">Save</button> |
| 68 | <button id="cancel-change-image_fstypes" type="button" class="btn btn-link">Cancel</button> | 69 | <button id="cancel-change-image_fstypes" type="button" class="btn btn-link">Cancel</button> |
| 69 | </div> | 70 | </div> |
| 70 | </br><span class="help-block error" style="display:none;" id="hintError-image-fs_type">A valid image type cannot include underscores.</span> | 71 | <p class="help-block error" style="display:none;margin-top:10px;" id="hintError-image-fs_type">A valid image type cannot include underscores</p> |
| 71 | <p>Choose from known image types</p> | 72 | <label>Or choose from known image types:</label> |
| 72 | <input id="filter-image_fstypes" type="text" placeholder="Search image types" class="span4"> | 73 | <input id="filter-image_fstypes" type="text" placeholder="Search image types" class="span4"> |
| 73 | <div id="all-image_fstypes" class="scrolling"> | 74 | <div id="all-image_fstypes" class="scrolling"> |
| 74 | </div> | 75 | </div> |
