mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Update UI error text for single data picker
When no data is available
This commit is contained in:
@@ -91,7 +91,7 @@ function controller($rootScope,
|
|||||||
if (_.isEmpty(data[0]) && _.isEmpty(data[1])) {
|
if (_.isEmpty(data[0]) && _.isEmpty(data[1])) {
|
||||||
return _.reject({
|
return _.reject({
|
||||||
name: 'NoScanData',
|
name: 'NoScanData',
|
||||||
message: 'There was insufficient scan data for both of the dates you selected. Please try selecting a different date or module.',
|
message: 'There was insufficient scan data for the date you selected. Please try selecting a different date or module.',
|
||||||
dateValues:
|
dateValues:
|
||||||
{ leftDate: $scope.leftDate.clone(),
|
{ leftDate: $scope.leftDate.clone(),
|
||||||
rightDate: $scope.rightDate.clone()
|
rightDate: $scope.rightDate.clone()
|
||||||
|
|||||||
Reference in New Issue
Block a user