mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
show the system tracking button at all times
This commit is contained in:
@@ -97,7 +97,8 @@ export default
|
|||||||
actionClass: 'btn List-buttonDefault system-tracking',
|
actionClass: 'btn List-buttonDefault system-tracking',
|
||||||
ngDisabled: 'systemTrackingDisabled || !hostsSelected',
|
ngDisabled: 'systemTrackingDisabled || !hostsSelected',
|
||||||
showTipWhenDisabled: true,
|
showTipWhenDisabled: true,
|
||||||
tooltipInnerClass: "Tooltip-wide"
|
tooltipInnerClass: "Tooltip-wide",
|
||||||
|
ngShow: true
|
||||||
},
|
},
|
||||||
refresh: {
|
refresh: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
|
|||||||
Reference in New Issue
Block a user