From 6e71c276b582135228419d95174b7e7784d496b2 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 30 Jun 2014 18:33:04 +0100 Subject: bitbake: toaster: add project main edit page This is the first commit on the project main edit page. At this point we have: * the default settings for a newly created project * the ability to add targets * the ability to trigger a build command, and have the build executed Project layers now have an optional field, allowing for removal. Default meta, meta-yocto and meta-yocto-bsp layers cannot be optional. We add XHR calls for interactivity in the main page. (Bitbake rev: 4e438854120cbd10319df1b571ec93e334002325) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/base.html | 4 + .../lib/toaster/toastergui/templates/project.html | 356 +++++++++++++++++++++ 2 files changed, 360 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/templates') diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 1407d64..9ef249a 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -65,6 +65,10 @@ function reload_params(params) {