]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: Move project context variables to common scope
authorMichael Wood <michael.g.wood@intel.com>
Fri, 10 Apr 2015 17:15:03 +0000 (18:15 +0100)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 1 May 2015 16:37:38 +0000 (17:37 +0100)
commit4ef2774a2f683929c700550a9acc7b8f6074195b
treec466f9de0fecaa07438aceb8bd74f6dfcbdd870f
parentaf63abe88327fd5c1b3d7c00a84d9e408ef23285
toaster: Move project context variables to common scope

We have a bunch of context data which are used in multiple pages so it
makes more sense to have this in a single place libtoaster.ctx that's
accessible from each page rather than request it from every page.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
lib/toaster/toastergui/static/js/base.js
lib/toaster/toastergui/static/js/importlayer.js
lib/toaster/toastergui/static/js/layerdetails.js
lib/toaster/toastergui/static/js/libtoaster.js
lib/toaster/toastergui/static/js/machines.js
lib/toaster/toastergui/templates/base.html
lib/toaster/toastergui/templates/importlayer.html
lib/toaster/toastergui/templates/layerdetails.html
lib/toaster/toastergui/templates/layers_dep_modal.html
lib/toaster/toastergui/templates/machines.html