couple small tweaks to insights dashboard

This commit is contained in:
Jared Tabor
2017-07-19 13:32:38 -07:00
parent 4b168f5f1c
commit dd8b885463
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.