From: Ravi Chintakunta Date: Fri, 17 Jan 2014 21:27:29 +0000 (-0500) Subject: toaster: Filter Dialog fix to display filter options as radio buttons X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e475b312348fa45312946b528648739c78da2ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ravi Chintakunta --- diff --git a/lib/toaster/toastergui/templates/filtersnippet.html b/lib/toaster/toastergui/templates/filtersnippet.html index 3885a0316df..d4a4f328ced 100644 --- a/lib/toaster/toastergui/templates/filtersnippet.html +++ b/lib/toaster/toastergui/templates/filtersnippet.html @@ -1,19 +1,23 @@ - - - + +