1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

[system_tracking] Default both date pickers to today's date

This commit is contained in:
Joe Fiorini 2015-06-17 16:56:08 -04:00
parent aec91bc13e
commit 5a0ba44155

View File

@ -37,7 +37,7 @@ function controller($rootScope,
$scope.modules = moduleOptions;
var leftSearchRange = searchDateRange('yesterday');
var leftSearchRange = searchDateRange();
var rightSearchRange = searchDateRange();
var searchConfig =