bitbake: toaster: Create the base page navigation structure
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 11 Dec 2013 16:42:34 +0000 (16:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2014 15:20:25 +0000 (15:20 +0000)
commitca485075fb81281cc7dd1e9a2f2be723ef1ddd36
treeb82d10a46cc1a330de7d5302cdad450f34ae6618
parent0045fdb9d534256e3e566ae9becdc8be6aee0cb2
bitbake: toaster: Create the base page navigation structure

Updating the general container pages to use the graphical
design and features from the design phase.

In the process of adapting the Simple UI to the designed
interface, we create all the pages and the navigation
structure for the Toaster GUI.

Views for each page have been added, and the url mapping
has been updated to reflect newly added pages.

The table page has been refactored to be component-oriented
instead of class-oriented in order to facilitate reusage.

Changes are made in different layers of the template
(base, basetable) in order to maximize code reuse among
different pages in the build.

(Bitbake rev: d31f039ae31b77023722c06e66542751536a1362)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 files changed:
bitbake/lib/toaster/toastergui/templates/base.html
bitbake/lib/toaster/toastergui/templates/basebuildpage.html
bitbake/lib/toaster/toastergui/templates/basetable.html [deleted file]
bitbake/lib/toaster/toastergui/templates/basetable_bottom.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/basetable_top.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/bpackage.html
bitbake/lib/toaster/toastergui/templates/build.html
bitbake/lib/toaster/toastergui/templates/builddashboard.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/buildtime.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/configuration.html
bitbake/lib/toaster/toastergui/templates/cpuusage.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/diskio.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/recipe.html
bitbake/lib/toaster/toastergui/templates/target.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/task.html
bitbake/lib/toaster/toastergui/templatetags/projecttags.py
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py
bitbake/lib/toaster/toastermain/settings.py