layerindex-web/layerindex
Belen Barros Pena fc0355fb27 rrs: Set of UI improvments
Give some space to the tabs,
	Add some top margin to the nav-pills class so we
	create some breathing space between the milestone
	overview and the tabs.

Change 'No Maintainer' to 'No maintainer'
	Just to keep the capitalisation style consistent
	across the interface.

Apply the muted class to all not-sortable table headings
	The class was missing from the Recipe and Maintainer
	columns in the recipes table; and from the Not updated
	and % done column in the maintainers table.

Remove the strong tag from the recipe status information
	This is just to match the presentation of the milestone
	overview information in the base_toplevel.html template.

Separate the footer from the bottom of the viewport,
	It's hard to see the footer on click on its links when
	they are so close to the bottom of the veiwport, so
	add some margin at the bottom of the footer <div>.

Change the label of the recipes tab,
	From 'Recipes status' to 'Recipes upstream status' to
	match the label of the 'Upstream status' filter in the
	recipes table.

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2015-07-14 10:51:39 -05:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations layerindex: Fix increase length of Recipe provides field 2015-07-14 10:51:39 -05:00
static rrs: Set of UI improvments 2015-07-14 10:51:39 -05:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
tools tools/import_layer: fix errors in maintainer scraping code 2014-06-12 11:24:25 +01:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py layerindex/admin.py: Change readonly fields from non-set to set 2015-07-14 10:51:38 -05:00
bulkchange.py Implement locking for update/bulkchange process 2013-09-05 00:31:23 +01:00
context_processors.py layerindex: Add support for rrs in settings.py and urls.py 2015-07-14 10:51:38 -05:00
forms.py Use CORE_LAYER_NAME when setting default layer dependency 2013-12-28 11:03:29 +00:00
models.py layerindex: Fix increase length of Recipe provides field 2015-07-14 10:51:39 -05:00
querysethelper.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
recipedesc.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
recipeparse.py recipeparse.py: handle old BBFILES append method in layer.conf 2015-06-17 18:36:37 +01:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update.py layerindex: Add support for store src_uri and depends into Recipe 2015-07-14 10:51:38 -05:00
urls_branch.py Navigation improvements 2013-09-05 00:31:23 +01:00
urls.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
utils.py Ensure logger is passed into runcmd function or use sys.stderr.write 2013-09-05 00:31:23 +01:00
views.py Hide "updated" field changes in change history page 2015-01-23 17:41:01 +00:00