mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Changing text displayed for empty insights
This commit is contained in:
parent
39eab02713
commit
9ab141753c
@ -61,7 +61,7 @@
|
||||
|
||||
<div class="InsightsBody">
|
||||
<div class="InsightsBody-missingIssues" ng-show="reports.length===0 && insights_credential" translate>
|
||||
No data is available. Either there are no issues to report or no scan jobs have been run on this host.
|
||||
No data is available. There are no issues to report.
|
||||
</div>
|
||||
<div class="InsightsBody-missingIssues" ng-show="!insights_credential" translate>
|
||||
The Insights Credential for {{inventory.name}} was not found.
|
||||
|
Loading…
Reference in New Issue
Block a user