diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-03-10 17:38:00 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:44:09 +0000 |
| commit | 193989cec807120307cda50c616118dca4025b8a (patch) | |
| tree | 4e63be374877262cbc2e6d985454b677e3acd31b /bitbake/lib/toaster/toastergui/templates/targets.html | |
| parent | 2b629e618227632bc8b774796d760904fcca92f4 (diff) | |
| download | poky-193989cec807120307cda50c616118dca4025b8a.tar.gz | |
bitbake: toastergui: tables display optimizations
This patch brings in a new set of optimizations in the tables pages,
with the focus of reducing the number of SQL queries performed per
row.
(Bitbake rev: a1ad86febb9d8a4ee7f15aa726f267d64b8e0dc4)
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 690c6a5d36..f918d6cff2 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | <td class="description">{% if o.description %}{{o.description}}{% else %}{{o.summary}}{%endif%}</td> | 60 | <td class="description">{% if o.description %}{{o.description}}{% else %}{{o.summary}}{%endif%}</td> |
| 61 | <td class="recipe-file"> | 61 | <td class="recipe-file"> |
| 62 | <code>{{o.file_path}}</code> | 62 | <code>{{o.file_path}}</code> |
| 63 | <a href="{{o.get_vcs_link_url}}{{o.file_path}}" target="_blank"><i class="icon-share get-info"></i></a> | 63 | <a href="{{o.vcs_link_url}}" target="_blank"><i class="icon-share get-info"></i></a> |
| 64 | </td> | 64 | </td> |
| 65 | <td class="target-section">{{o.section}}</td> | 65 | <td class="target-section">{{o.section}}</td> |
| 66 | <td class="license">{{o.license}}</td> | 66 | <td class="license">{{o.license}}</td> |
