summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff options
context:
space:
mode:
authorMihail Stanciu <stanciux.mihail@intel.com>2015-08-12 15:37:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-17 08:48:28 +0100
commit645435a645a0817cec94ce1433eb74fbe7388416 (patch)
tree1bebc6f8c3a115603792036abaf3271f2eb1ff13 /bitbake/lib/toaster/toastergui/templates/projecttopbar.html
parent91d8f88bb77e37cb3b4de0c7cf280cbb746e6c4b (diff)
downloadpoky-645435a645a0817cec94ce1433eb74fbe7388416.tar.gz
bitbake: toastergui: Added IDs to elements used in testing
Added static IDs to elements commonly used in the testing process so that future UI modifications would not break tests as easily. [YOCTO #7380] (Bitbake rev: 04e896d7fb170271fb09dae5c2a42acb4b68f513) Signed-off-by: Mihail Stanciu <stanciux.mihail@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projecttopbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index 220ca7202b..7412e4c2b4 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -47,8 +47,8 @@
47 </i> 47 </i>
48 <div class="input-append"> 48 <div class="input-append">
49 <form class="form-inline" style="margin-bottom: 0"> 49 <form class="form-inline" style="margin-bottom: 0">
50 <input type="text" class="input-xlarge input-lg build-target-input" placeholder="Type the recipe you want to build" autocomplete="off" disabled> 50 <input id="build-input" type="text" class="input-xlarge input-lg build-target-input" placeholder="Type the recipe you want to build" autocomplete="off" disabled>
51 <button class="btn btn-primary btn-large build-button" data-project-id="{{project.id}}" disabled>Build 51 <button id="build-button" class="btn btn-primary btn-large build-button" data-project-id="{{project.id}}" disabled>Build
52 </button> 52 </button>
53 </form> 53 </form>
54 </div> 54 </div>