]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toasterui: empty state for pages
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 13 Feb 2015 13:08:26 +0000 (13:08 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 16 Feb 2015 17:48:30 +0000 (17:48 +0000)
commit7cfe279bf77b59d5cbd20d8a93e1d33279bebc20
tree69f3d2ec24b45b14c419f08df0906639cfe7e776
parent7c862ae4e3c3a00f2b37c2272007ce64304359bd
toasterui: empty state for pages

Toaster needs to properly prompt the user and display
actionable help texts when the database is void of
meaningful information. This patch brings in the
"empty" states for pages.

[YOCTO #6755]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/orm/models.py
lib/toaster/toastergui/static/img/toaster_1.7.png [new file with mode: 0644]
lib/toaster/toastergui/templates/landing.html
lib/toaster/toastergui/templates/machines.html
lib/toaster/toastergui/templates/managed_builds.html
lib/toaster/toastergui/templates/managed_mrb_section.html
lib/toaster/toastergui/templates/project.html
lib/toaster/toastergui/templates/projectbuilds.html
lib/toaster/toastergui/templates/projectconf.html
lib/toaster/toastergui/templates/targets.html
lib/toaster/toastergui/views.py