mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: toasterui: remove 'targets' from project notification
Remove the last remnant of the "targets" wording, which was lurking in the notification we show you when you create a project. (Bitbake rev: ff475c1a6dec883f855dfce7cb0650135da33751) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c6552273dd
commit
77cad30d53
@@ -692,7 +692,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
|
|||||||
"Your project <strong>" + $scope.project.name +
|
"Your project <strong>" + $scope.project.name +
|
||||||
"</strong> has been created. You can now <a href=\""+ $scope.urls.layers +
|
"</strong> has been created. You can now <a href=\""+ $scope.urls.layers +
|
||||||
"\">add layers</a> and <a href=\""+ $scope.urls.targets +
|
"\">add layers</a> and <a href=\""+ $scope.urls.targets +
|
||||||
"\">select targets</a> you want to build.", "alert-success");
|
"\">select recipes</a> you want to build.", "alert-success");
|
||||||
});
|
});
|
||||||
|
|
||||||
_cmdExecuteWithParam("/machineselected", function () {
|
_cmdExecuteWithParam("/machineselected", function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user