diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builds-toastertable.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builds-toastertable.html | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html index f7604fd7a4..2e32edb100 100644 --- a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html | |||
@@ -1,4 +1,13 @@ | |||
1 | {% extends 'base.html' %} | 1 | {% extends 'base.html' %} |
2 | {% load static %} | ||
3 | |||
4 | {% block extraheadcontent %} | ||
5 | <link rel="stylesheet" href="{% static 'css/jquery-ui.min.css' %}" type='text/css'> | ||
6 | <link rel="stylesheet" href="{% static 'css/jquery-ui.structure.min.css' %}" type='text/css'> | ||
7 | <link rel="stylesheet" href="{% static 'css/jquery-ui.theme.min.css' %}" type='text/css'> | ||
8 | <script src="{% static 'js/jquery-ui.min.js' %}"> | ||
9 | </script> | ||
10 | {% endblock %} | ||
2 | 11 | ||
3 | {% block title %} All builds - Toaster {% endblock %} | 12 | {% block title %} All builds - Toaster {% endblock %} |
4 | 13 | ||
@@ -34,29 +43,6 @@ | |||
34 | 43 | ||
35 | titleElt.text(title); | 44 | titleElt.text(title); |
36 | }); | 45 | }); |
37 | |||
38 | /* {% if last_date_from and last_date_to %} | ||
39 | // TODO initialize the date range controls; | ||
40 | // this will need to be added via ToasterTable | ||
41 | date_init( | ||
42 | "started_on", | ||
43 | "{{last_date_from}}", | ||
44 | "{{last_date_to}}", | ||
45 | "{{dateMin_started_on}}", | ||
46 | "{{dateMax_started_on}}", | ||
47 | "{{daterange_selected}}" | ||
48 | ); | ||
49 | |||
50 | date_init( | ||
51 | "completed_on", | ||
52 | "{{last_date_from}}", | ||
53 | "{{last_date_to}}", | ||
54 | "{{dateMin_completed_on}}", | ||
55 | "{{dateMax_completed_on}}", | ||
56 | "{{daterange_selected}}" | ||
57 | ); | ||
58 | {% endif %} | ||
59 | */ | ||
60 | }); | 46 | }); |
61 | </script> | 47 | </script> |
62 | {% endblock %} | 48 | {% endblock %} |