mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: hob/builddetailspage: remove "back" button
When a build fails, there should not be a back button on the screen. All available actions are provided within the failure notification, so no back button is needed. [YOCTO #3104] (Bitbake rev: 03f978d21c7bfbf5f1afc741a43766030f2882a8) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
409859e739
commit
e2ac27c051
@@ -263,8 +263,6 @@ class BuildDetailsPage (HobPage):
|
|||||||
self.box_group_area.pack_start(self.vbox, expand=True, fill=True)
|
self.box_group_area.pack_start(self.vbox, expand=True, fill=True)
|
||||||
|
|
||||||
self.vbox.pack_start(self.notebook, expand=True, fill=True)
|
self.vbox.pack_start(self.notebook, expand=True, fill=True)
|
||||||
|
|
||||||
self.box_group_area.pack_end(self.button_box, expand=False, fill=False)
|
|
||||||
self.show_all()
|
self.show_all()
|
||||||
self.back_button.hide()
|
self.back_button.hide()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user