aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2014-11-14 15:44:55 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-11-20 15:43:57 +0000
commitc2021dda953db51f59fb115542ea4a329a854f76 (patch)
tree7b4e8b5550c55d3a1874a588542d1970b575e4ec
parente92769b43b00764082a7cb2207e314b40510ef62 (diff)
downloadbitbake-c2021dda953db51f59fb115542ea4a329a854f76.tar.gz
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. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
-rw-r--r--lib/toaster/toastergui/templates/project.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index e1ef82477..18a52bf89 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -281,7 +281,7 @@ vim: expandtab tabstop=2
</h3>
<p class="lead" id="select-machine-opposite">
<span>{[machine.name]}</span>
- <i id="change-machine" class="icon-pencil" ng-click="toggle('#select-machine')" tooltip="Change"></i>
+ <i id="change-machine" class="icon-pencil" ng-click="toggle('#select-machine')"></i>
</p>
<div id="select-machine" style="display: none">
<div class="alert alert-info">
@@ -318,7 +318,7 @@ vim: expandtab tabstop=2
<h3>Project name</h3>
<p class="lead" id="change-project-name-opposite">
<span >{[project.name]}</span>
- <i class="icon-pencil" ng-click="toggle('#change-project-name')" tooltip="Change"></i>
+ <i class="icon-pencil" ng-click="toggle('#change-project-name')" ></i>
</p>
<div id="change-project-name" style="display:none;">
<form ng-submit="edit('#change-project-name')" class="input-append">
@@ -335,7 +335,7 @@ vim: expandtab tabstop=2
</h3>
<p class="lead" id="change-project-version-opposite">
<span id="project-version">{[project.release.name]}</span>
- <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" tooltip="Change"></i>
+ <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" ></i>
</p>
<div class="div-inline" id="change-project-version" style="display:none;">
<form ng-submit="test('#change-project-version')" class="input-append">