mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #7173 from jaredevantabor/insights
couple small tweaks to insights dashboard
This commit is contained in:
commit
4d40bc47db
@ -143,5 +143,5 @@
|
||||
}
|
||||
|
||||
.Insights-cancelButton{
|
||||
margin-left: 0px;
|
||||
margin-left: 0px!important;
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
<div class="InsightsBody">
|
||||
<div class="InsightsBody-missingIssues" ng-show="reports.length===0 && insights_credential" translate>
|
||||
No scan jobs have been run on this host.
|
||||
No data is available. Either there are no issues to report or no scan jobs have been run on this host.
|
||||
</div>
|
||||
<div class="InsightsBody-missingIssues" ng-show="!insights_credential" translate>
|
||||
The Insights Credential for {{inventory.name}} was not found.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user