diff options
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projectbuilds.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html index df809de405..27cfcd7dce 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html +++ b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html | |||
@@ -16,8 +16,8 @@ | |||
16 | <script> | 16 | <script> |
17 | // initialize the date range controls | 17 | // initialize the date range controls |
18 | $(document).ready(function () { | 18 | $(document).ready(function () { |
19 | date_init('created','{{last_date_from}}','{{last_date_to}}','{{dateMin_started_on}}','{{dateMax_started_on}}','{{daterange_selected}}'); | 19 | date_init('started_on','{{last_date_from}}','{{last_date_to}}','{{dateMin_started_on}}','{{dateMax_started_on}}','{{daterange_selected}}'); |
20 | date_init('updated','{{last_date_from}}','{{last_date_to}}','{{dateMin_completed_on}}','{{dateMax_completed_on}}','{{daterange_selected}}'); | 20 | date_init('completed_on','{{last_date_from}}','{{last_date_to}}','{{dateMin_completed_on}}','{{dateMax_completed_on}}','{{daterange_selected}}'); |
21 | }); | 21 | }); |
22 | </script> | 22 | </script> |
23 | 23 | ||