mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update UI error text for single data picker
When no data is available
This commit is contained in:
parent
f051c13374
commit
1bbd5fbe0a
@ -91,7 +91,7 @@ function controller($rootScope,
|
||||
if (_.isEmpty(data[0]) && _.isEmpty(data[1])) {
|
||||
return _.reject({
|
||||
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:
|
||||
{ leftDate: $scope.leftDate.clone(),
|
||||
rightDate: $scope.rightDate.clone()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user