mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02: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{
|
.Insights-cancelButton{
|
||||||
margin-left: 0px;
|
margin-left: 0px!important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 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>
|
||||||
<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