summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/targets.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-01-19 15:14:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:33:52 +0000
commit4dc8edb610f1a01c5f40fd54cc5198a1e2b0dd25 (patch)
tree09335d98ebbd9bef3e4152fe06d003a3e5c3c205 /bitbake/lib/toaster/toastergui/templates/targets.html
parent07bfa681958a852980f151e14becf069287952cd (diff)
downloadpoky-4dc8edb610f1a01c5f40fd54cc5198a1e2b0dd25.tar.gz
bitbake: toastergui: save cookie for orderby/page size settings
We save the current settings as cookies on the server side for the layers, targets and machines pages under Project pages. [YOCTO #6961] (Bitbake rev: 58b35c055e37b5e1552d8ba3db2e05ea4ee85023) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index cc339fbbb7..590ecb9a0e 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -39,7 +39,6 @@
39 39
40{% include "basetable_top.html" %} 40{% include "basetable_top.html" %}
41 {% for o in objects %} 41 {% for o in objects %}
42 {% if o.name %}
43 <tr class="data"> 42 <tr class="data">
44 <td class="target"> 43 <td class="target">
45 {{o.name}} 44 {{o.name}}
@@ -79,7 +78,6 @@
79 </a> 78 </a>
80 </td> 79 </td>
81 </tr> 80 </tr>
82 {% endif %}
83 {% endfor %} 81 {% endfor %}
84{% include "basetable_bottom.html" %} 82{% include "basetable_bottom.html" %}
85 83