]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: Add layer details page feature
authorMichael Wood <michael.g.wood@intel.com>
Wed, 14 Jan 2015 12:46:52 +0000 (12:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jan 2015 12:13:09 +0000 (12:13 +0000)
commitc1442bc68ad8ba20c37b1a7cde1400297f4be811
treeb0d778823cefd51fdc5974eef4b525462bb29177
parent4c2f1fe51a13ddc97e518327714292af46b9e1ab
toaster: Add layer details page feature

This commit adds the layer details page which shows the metadata for the
layer such as layer description, machines associated with the layer as well
as the targets provided.
If the layer is an imported layer this page also allows you to update
the layer's configuration.
>From this page you can add/remove the layer from the current project

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/static/css/default.css
lib/toaster/toastergui/static/js/layerdetails.js [new file with mode: 0644]
lib/toaster/toastergui/static/js/libtoaster.js
lib/toaster/toastergui/templates/layerdetails.html
lib/toaster/toastergui/templates/layers_dep_modal.html
lib/toaster/toastergui/urls.py
lib/toaster/toastergui/views.py