mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Remove sync status on smart inventory rows
This commit is contained in:
parent
fe499c0dca
commit
15e170ca36
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user