mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
Changing text displayed for empty insights
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<div class="InsightsBody">
|
<div class="InsightsBody">
|
||||||
<div class="InsightsBody-missingIssues" ng-show="reports.length===0 && insights_credential" translate>
|
<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>
|
||||||
<div class="InsightsBody-missingIssues" ng-show="!insights_credential" translate>
|
<div class="InsightsBody-missingIssues" ng-show="!insights_credential" translate>
|
||||||
The Insights Credential for {{inventory.name}} was not found.
|
The Insights Credential for {{inventory.name}} was not found.
|
||||||
|
|||||||
Reference in New Issue
Block a user