From fd86e0e557cecc0bec4a0c01f8a7dfd0bbc62703 Mon Sep 17 00:00:00 2001 From: Ravi Chintakunta Date: Fri, 17 Jan 2014 16:27:29 -0500 Subject: bitbake: toaster: Filter Dialog fix to display filter options as radio buttons - Filter options are displayed as radio buttons in the filter dialog. - To preserve the order of the filter options, the options are passed as tuples inside a list, instead of key/value pairs of a dictionary. Changed the filter dialog code to use the tuple (Bitbake rev: 5e475b312348fa45312946b528648739c78da2ba) Signed-off-by: Ravi Chintakunta Signed-off-by: Richard Purdie --- .../toastergui/templates/filtersnippet.html | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/filtersnippet.html b/bitbake/lib/toaster/toastergui/templates/filtersnippet.html index 3885a0316d..d4a4f328ce 100644 --- a/bitbake/lib/toaster/toastergui/templates/filtersnippet.html +++ b/bitbake/lib/toaster/toastergui/templates/filtersnippet.html @@ -1,19 +1,23 @@ - - - + + -- cgit v1.2.3-54-g00ecf