diff options
| author | Michael Wood <michael.g.wood@intel.com> | 2014-12-08 15:29:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-18 10:24:07 +0000 |
| commit | c89fd793986878a426ebc96d4df22257252f8934 (patch) | |
| tree | 7ed799e63af850a5d0df3e8d0125e3024cac4ed3 /bitbake/lib/toaster/toastergui/templates/project.html | |
| parent | 8d96256c39f2c31209ec1f8fe06b96d3b59b403c (diff) | |
| download | poky-c89fd793986878a426ebc96d4df22257252f8934.tar.gz | |
bitbake: toaster: projectapp Add links to the imported layers notify
Adds links to layer details for each of the layers that has been added
to the project.
(Bitbake rev: 07e5c7c82519604501feb7d892db330c610978e9)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 113e382d45..2979db74ed 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
| @@ -382,7 +382,8 @@ angular.element(document).ready(function() { | |||
| 382 | scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}"; | 382 | scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}"; |
| 383 | scope.urls.layers = "{% url 'layers' %}"; | 383 | scope.urls.layers = "{% url 'layers' %}"; |
| 384 | scope.urls.targets = "{% url 'targets' %}"; | 384 | scope.urls.targets = "{% url 'targets' %}"; |
| 385 | scope.urls.importlayer = "{% url 'importlayer'%}" | 385 | scope.urls.importlayer = "{% url 'importlayer'%}"; |
| 386 | scope.urls.layer = "{% url 'layerdetails' %}"; | ||
| 386 | scope.project = {{prj|json}}; | 387 | scope.project = {{prj|json}}; |
| 387 | scope.builds = {{builds|json}}; | 388 | scope.builds = {{builds|json}}; |
| 388 | scope.layers = {{layers|json}}; | 389 | scope.layers = {{layers|json}}; |
