mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Merge pull request #7173 from jaredevantabor/insights
couple small tweaks to insights dashboard
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user