bitbake: toastergui: added pages for project details
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 29 Aug 2014 15:42:00 +0000 (16:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Sep 2014 07:51:33 +0000 (08:51 +0100)
commit198b2c3903546f0d895032249332ff6edbe75c10
tree4070adef932fb6bc42c31a2a6b7d02e1db16eeb9
parent9219eca00eafd6dca08b8b954ff6dc732dd8cc40
bitbake: toastergui: added pages for project details

We add new pages for the layer importing, layer details,
showing project builds and project configuration.

The pages are  in read-only mode, but they're needed as
to be able to verify the quality of data in the system.

Write capabilities will be added in a subsequent patch.

[YOCTO #6595]
[YOCTO #6590]
[YOCTO #6591]
[YOCTO #6588]
[YOCTO #6589]

(Bitbake rev: eed9ae5c2a2bd7567e12ae9a4f02a5a966a1e1a3)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastergui/templates/importlayer.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/layerdetails.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/layers.html
bitbake/lib/toaster/toastergui/templates/project.html
bitbake/lib/toaster/toastergui/templates/projectbuilds.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/projectconf.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py