mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Remove sync status on smart inventory rows
This commit is contained in:
@@ -27,7 +27,7 @@ export default ['i18n', function(i18n) {
|
||||
ngClick: "null",
|
||||
iconOnly: true,
|
||||
excludeModal: true,
|
||||
template: `<source-summary-popover inventory="inventory"></source-summary-popover><host-summary-popover inventory="inventory"></host-summary-popover>`,
|
||||
template: `<source-summary-popover inventory="inventory" ng-if="inventory.kind === ''"></source-summary-popover><host-summary-popover inventory="inventory" ng-class="{'HostSummaryPopover-noSourceSummary': inventory.kind !== ''}"></host-summary-popover>`,
|
||||
icons: [{
|
||||
icon: "{{ 'icon-cloud-' + inventory.syncStatus }}",
|
||||
awToolTip: "{{ inventory.syncTip }}",
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.HostSummaryPopover-noSourceSummary {
|
||||
margin-left: 19px;
|
||||
}
|
||||
Reference in New Issue
Block a user