Merge pull request #7173 from jaredevantabor/insights

couple small tweaks to insights dashboard
This commit is contained in:
Jared Tabor 2017-07-20 10:04:19 -07:00 committed by GitHub
commit 4d40bc47db
2 changed files with 2 additions and 2 deletions

View File

@ -143,5 +143,5 @@
}
.Insights-cancelButton{
margin-left: 0px;
margin-left: 0px!important;
}

View File

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