mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Set a default tooltip for system tracking in case there are no hosts in the list
This commit is contained in:
@@ -95,7 +95,7 @@ export default
|
|||||||
system_tracking: {
|
system_tracking: {
|
||||||
buttonContent: 'System Tracking',
|
buttonContent: 'System Tracking',
|
||||||
ngClick: 'systemTracking()',
|
ngClick: 'systemTracking()',
|
||||||
awToolTip: "{{ systemTrackingTooltip }}",
|
awToolTip: "Select one or two hosts by clicking the checkbox beside the host. System tracking offers the ability to compare the results of two scan runs from different dates on one host or the same date on two hosts.",
|
||||||
dataTipWatch: "systemTrackingTooltip",
|
dataTipWatch: "systemTrackingTooltip",
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
awFeature: 'system_tracking',
|
awFeature: 'system_tracking',
|
||||||
|
|||||||
Reference in New Issue
Block a user