diff options
| author | Michael Wood <michael.g.wood@intel.com> | 2015-07-31 15:09:18 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 11:26:12 +0100 |
| commit | c385f1551b5276f2f9aab657dfc46ae5c9bde485 (patch) | |
| tree | e446b69215f7f8be64bf19c9957187f615fd39de /bitbake/lib/toaster/toastergui/templates/base.html | |
| parent | 10ffe1b8cc1fad3fb093fcf127b530011ecd3de4 (diff) | |
| download | poky-c385f1551b5276f2f9aab657dfc46ae5c9bde485.tar.gz | |
bitbake: toastergui: Change build button popover to a build-button
To share the build-button mechanism from the pop over and project
topbar build button we now use a build-button class to reference them
and share the event handlers.
(Bitbake rev: e3c6a00b848a6f147e93c8da46b8a3516499fde8)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 4c6676c6e7..4bef04f90e 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
| @@ -143,8 +143,8 @@ | |||
| 143 | <h6>Recipe(s):</h6> | 143 | <h6>Recipe(s):</h6> |
| 144 | <form> | 144 | <form> |
| 145 | <input type="text" class="input-xlarge build-target-input" placeholder="Type a recipe name" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" disabled/> | 145 | <input type="text" class="input-xlarge build-target-input" placeholder="Type a recipe name" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" disabled/> |
| 146 | <div> | 146 | <div class="row-fluid"> |
| 147 | <button class="btn btn-primary" id="build-button" disabled>Build</button> | 147 | <button class="btn btn-primary build-button" disabled>Build</button> |
| 148 | </div> | 148 | </div> |
| 149 | </form> | 149 | </form> |
| 150 | </li> | 150 | </li> |
