mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
adjusting margin on insights buttons
This commit is contained in:
parent
5fcc1129c9
commit
9449a0079f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user