summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2014-11-14 15:44:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-21 11:49:24 +0000
commit3530316f9b618cc4470dc37ff4e28b02d9d40dfe (patch)
treea4f909b672c9de9609350c29b1cde4c9fe73897b /bitbake
parentf26c3cd6f12fdec56463c274ee2a881be27b5e7b (diff)
downloadpoky-3530316f9b618cc4470dc37ff4e28b02d9d40dfe.tar.gz
bitbake: toaster: project page remove additional tooltip for Change pencil
We have a global pencil icon tooltip so avoid two tooltips appearing by removing them from the project page. This also means it's one less place to update it. (Bitbake rev: c2021dda953db51f59fb115542ea4a329a854f76) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index e1ef824779..18a52bf891 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -281,7 +281,7 @@ vim: expandtab tabstop=2
281 </h3> 281 </h3>
282 <p class="lead" id="select-machine-opposite"> 282 <p class="lead" id="select-machine-opposite">
283 <span>{[machine.name]}</span> 283 <span>{[machine.name]}</span>
284 <i id="change-machine" class="icon-pencil" ng-click="toggle('#select-machine')" tooltip="Change"></i> 284 <i id="change-machine" class="icon-pencil" ng-click="toggle('#select-machine')"></i>
285 </p> 285 </p>
286 <div id="select-machine" style="display: none"> 286 <div id="select-machine" style="display: none">
287 <div class="alert alert-info"> 287 <div class="alert alert-info">
@@ -318,7 +318,7 @@ vim: expandtab tabstop=2
318 <h3>Project name</h3> 318 <h3>Project name</h3>
319 <p class="lead" id="change-project-name-opposite"> 319 <p class="lead" id="change-project-name-opposite">
320 <span >{[project.name]}</span> 320 <span >{[project.name]}</span>
321 <i class="icon-pencil" ng-click="toggle('#change-project-name')" tooltip="Change"></i> 321 <i class="icon-pencil" ng-click="toggle('#change-project-name')" ></i>
322 </p> 322 </p>
323 <div id="change-project-name" style="display:none;"> 323 <div id="change-project-name" style="display:none;">
324 <form ng-submit="edit('#change-project-name')" class="input-append"> 324 <form ng-submit="edit('#change-project-name')" class="input-append">
@@ -335,7 +335,7 @@ vim: expandtab tabstop=2
335 </h3> 335 </h3>
336 <p class="lead" id="change-project-version-opposite"> 336 <p class="lead" id="change-project-version-opposite">
337 <span id="project-version">{[project.release.name]}</span> 337 <span id="project-version">{[project.release.name]}</span>
338 <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" tooltip="Change"></i> 338 <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" ></i>
339 </p> 339 </p>
340 <div class="div-inline" id="change-project-version" style="display:none;"> 340 <div class="div-inline" id="change-project-version" style="display:none;">
341 <form ng-submit="test('#change-project-version')" class="input-append"> 341 <form ng-submit="test('#change-project-version')" class="input-append">