]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: port all build analysis pages to bootstrap 3
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>
Thu, 2 Jun 2016 13:26:16 +0000 (14:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 10:08:58 +0000 (11:08 +0100)
commitf963b73f0bf32db2df39dd79d8d85184c280cda0
tree9055a3d636b356f47cb2178e37c3819753dddafb
parent7c377e161a90184a4786e33951d8c0e30688ba3b
toaster: port all build analysis pages to bootstrap 3

Port all the pages in the build analysis area to bootstrap version 3.

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
37 files changed:
lib/toaster/toastergui/buildtables.py
lib/toaster/toastergui/static/css/bootstrap-theme.css [deleted file]
lib/toaster/toastergui/static/css/bootstrap-theme.css.map [deleted file]
lib/toaster/toastergui/static/css/bootstrap-theme.min.css [deleted file]
lib/toaster/toastergui/static/css/bootstrap-theme.min.css.map [deleted file]
lib/toaster/toastergui/static/css/default.css
lib/toaster/toastergui/static/js/libtoaster.js
lib/toaster/toastergui/templates/base.html
lib/toaster/toastergui/templates/basebuilddetailpage.html
lib/toaster/toastergui/templates/basebuildpage.html
lib/toaster/toastergui/templates/basetable_bottom.html
lib/toaster/toastergui/templates/basetable_top.html
lib/toaster/toastergui/templates/builddashboard.html
lib/toaster/toastergui/templates/configuration.html
lib/toaster/toastergui/templates/configvars.html
lib/toaster/toastergui/templates/customrecipe.html
lib/toaster/toastergui/templates/detail_pagination_bottom.html
lib/toaster/toastergui/templates/detail_search_header.html
lib/toaster/toastergui/templates/detail_sorted_header.html
lib/toaster/toastergui/templates/dirinfo.html
lib/toaster/toastergui/templates/filtersnippet.html
lib/toaster/toastergui/templates/package_built_dependencies.html
lib/toaster/toastergui/templates/package_built_detail.html
lib/toaster/toastergui/templates/package_detail_base.html
lib/toaster/toastergui/templates/package_included_dependencies.html
lib/toaster/toastergui/templates/package_included_tabs.html
lib/toaster/toastergui/templates/recipe.html
lib/toaster/toastergui/templates/recipe_packages.html
lib/toaster/toastergui/templates/recipedetails.html
lib/toaster/toastergui/templates/snippets/gitrev_popover.html
lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html
lib/toaster/toastergui/templates/target.html
lib/toaster/toastergui/templates/task.html
lib/toaster/toastergui/templates/unavailable_artifact.html
lib/toaster/toastergui/templatetags/projecttags.py
lib/toaster/toastergui/views.py