Merge pull request #2686 from mabashian/fix-system-tracking-tooltip

Fixed system tracking tooltip when there are no hosts
This commit is contained in:
Michael Abashian 2016-06-29 11:21:27 -04:00 committed by GitHub
commit b049dbd9f3

View File

@ -95,7 +95,7 @@ export default
system_tracking: {
buttonContent: 'System Tracking',
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",
dataPlacement: 'top',
awFeature: 'system_tracking',