mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
adjusting margin on insights buttons
This commit is contained in:
@@ -141,3 +141,7 @@
|
||||
.InsightsRow-plan{
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.Insights-cancelButton{
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
@@ -89,5 +89,5 @@
|
||||
<div class="buttons Form-buttons">
|
||||
<button type="button" class="btn btn-sm Form-primaryButton" ng-click="viewDataInInsights()"> <i class="fa fa-sign-out"></i> VIEW DATA IN INSIGHTS</button>
|
||||
<button type="button" class="btn btn-sm Form-primaryButton" ng-click="remediateInventory(inventory.id, inventory.name, insights_credential)" ng-hide="reports.length === 0 || !insights_credential"> REMEDIATE INVENTORY</button>
|
||||
<button type="button" class="btn btn-sm Form-cancelButton" ng-click="formCancel()"> Close</button>
|
||||
<button type="button" class="btn btn-sm Form-cancelButton Insights-cancelButton" ng-click="formCancel()"> Close</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user