mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
[system_tracking] Change no data message based on compare mode
This commit is contained in:
parent
b528561f20
commit
ba7e218387
@ -61,7 +61,12 @@
|
||||
|
||||
<section class="FactDataError SystemTrackingContainer-main" ng-if="error" ng-switch="error.name">
|
||||
<p class="FactDataError-message" ng-switch-when="NoScanData">
|
||||
There was insufficient scan data for either of the dates you selected. Please try selecting a different date or module.
|
||||
<span ng-if="compareMode == 'single-host'">
|
||||
There was insufficient scan data for one or both of the dates you selected. Please try selecting a different date or module.
|
||||
</span>
|
||||
<span ng-if="compareMode == 'host-to-host'">
|
||||
There was insufficient scan data for the date you selected. Please try selecting a different date or module.
|
||||
</span>
|
||||
</p>
|
||||
<p class="FactDataError-message" ng-switch-when="InsufficientScanData">
|
||||
There were no facts collected on or before one of the dates you selected ({{error.dateValue|amDateFormat:'L'}}). Please select a different date and try again.
|
||||
|
Loading…
Reference in New Issue
Block a user