diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projectbuilds.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html index 07595f2376..18b24955d0 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html +++ b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html | |||
| @@ -6,8 +6,24 @@ | |||
| 6 | <li>Project builds</li> | 6 | <li>Project builds</li> |
| 7 | {% endblock %} | 7 | {% endblock %} |
| 8 | 8 | ||
| 9 | {% block extraheadcontent %} | ||
| 10 | <link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'> | ||
| 11 | <link rel="stylesheet" href="/static/css/jquery-ui.structure.min.css" type='text/css'> | ||
| 12 | <link rel="stylesheet" href="/static/css/jquery-ui.theme.min.css" type='text/css'> | ||
| 13 | <script src="/static/js/jquery-ui.min.js"></script> | ||
| 14 | <script src="/static/js/filtersnippet.js"></script> | ||
| 15 | {% endblock %} | ||
| 16 | |||
| 9 | {% block projectinfomain %} | 17 | {% block projectinfomain %} |
| 10 | 18 | ||
| 19 | <script> | ||
| 20 | // initialize the date range controls | ||
| 21 | $(document).ready(function () { | ||
| 22 | date_init('created','{{last_date_from}}','{{last_date_to}}','{{dateMin_created}}','{{dateMax_created}}','{{daterange_selected}}'); | ||
| 23 | date_init('updated','{{last_date_from}}','{{last_date_to}}','{{dateMin_updated}}','{{dateMax_updated}}','{{daterange_selected}}'); | ||
| 24 | }); | ||
| 25 | </script> | ||
| 26 | |||
| 11 | <div class="page-header"> | 27 | <div class="page-header"> |
| 12 | <h1> | 28 | <h1> |
| 13 | {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} | 29 | {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} |
