1
0
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:
Jared Tabor 2017-07-28 16:50:00 -07:00
parent 39eab02713
commit 9ab141753c

View File

@ -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.