bitbake: toaster: add project pages for machines, targets, layers
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 29 Aug 2014 15:41:59 +0000 (16:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Sep 2014 07:51:32 +0000 (08:51 +0100)
commit9219eca00eafd6dca08b8b954ff6dc732dd8cc40
tree7dbcd8c0a00ef81e3c9f8c856e58008935c3795d
parent29f93ab77128bda30d463ef75c6ce3807b364d4c
bitbake: toaster: add project pages for machines, targets, layers

We add new pages for the all-machines and all-targets
project-related views.

We update the existing template structure to create
a base project view, similar to a base build view, that includes
a breadcrumb.

Updating existing all layers view to use the new structure.

We update methods in the models to provide corrent
information display.

[YOCTO #6592]
[YOCTO #6593]

(Bitbake rev: 973f582a19441c1ec67061160e4c50ce03ed7b68)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html [changed mode: 0755->0644]
bitbake/lib/toaster/toastergui/templates/baseprojectpage.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/layers.html [changed mode: 0755->0644]
bitbake/lib/toaster/toastergui/templates/machines.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/project.html
bitbake/lib/toaster/toastergui/templates/recipes.html [changed mode: 0755->0644]
bitbake/lib/toaster/toastergui/templates/targets.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/views.py