diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-03-19 14:29:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:39:54 +0000 |
commit | 792716a385c8c2bcd2a89c8978d4fc988d1fed5c (patch) | |
tree | 0345cc20c4a7252cc6e290a3ef6e27a77ff66c6a /bitbake/lib/toaster/toastergui/templates/project.html | |
parent | 2b59512e0d08e77940d752b6fac0c08508ac8646 (diff) | |
download | poky-792716a385c8c2bcd2a89c8978d4fc988d1fed5c.tar.gz |
bitbake: toastergui: changes to release change notifications
* Remove the branch name from the list of the layers
deleted (it does not apply).
* In the modal dialog that warns you before layer
deletion, use the release description instead of
the release name
(Bitbake rev: b4ffe490253108e7a009290474e206468255ce12)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 6 |
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 65c0919bc9..d208bf8cfb 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -77,14 +77,14 @@ vim: expandtab tabstop=2 | |||
77 | <script type="text/ng-template" id="change_version_modal"> | 77 | <script type="text/ng-template" id="change_version_modal"> |
78 | <div class="modal-header"> | 78 | <div class="modal-header"> |
79 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> | 79 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
80 | <h3>Changing release to {[releaseName]}</h3> | 80 | <h3>Changing release to {[releaseDescription]}</h3> |
81 | </div> | 81 | </div> |
82 | <div class="modal-body"> | 82 | <div class="modal-body"> |
83 | <p>The following project layers do not exist for {[releaseName]}:</p> | 83 | <p>The following project layers do not exist for the {[releaseDescription]} release:</p> |
84 | <ul> | 84 | <ul> |
85 | <li ng-repeat="i in items"><span class="layer-info" data-toggle="tooltip" tooltip="{[i.detail]}">{[i.name]}</span></li> | 85 | <li ng-repeat="i in items"><span class="layer-info" data-toggle="tooltip" tooltip="{[i.detail]}">{[i.name]}</span></li> |
86 | </ul> | 86 | </ul> |
87 | <p>If you change the release to {[releaseName]}, the above layers will be deleted from your project layers.</p> | 87 | <p>If you change the release to {[releaseDescription]}, the above layers will be deleted from your project.</p> |
88 | </div> | 88 | </div> |
89 | <div class="modal-footer"> | 89 | <div class="modal-footer"> |
90 | <button class="btn btn-primary" ng-click="ok()">Change release and delete layers</button> | 90 | <button class="btn btn-primary" ng-click="ok()">Change release and delete layers</button> |