From ba7e21838720a0379b0d8e6608be291815c260c9 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Wed, 24 Jun 2015 14:37:47 -0400 Subject: [PATCH] [system_tracking] Change no data message based on compare mode --- .../static/js/system-tracking/system-tracking.partial.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/system-tracking/system-tracking.partial.html b/awx/ui/static/js/system-tracking/system-tracking.partial.html index a00a319c3c..4f762b3c96 100644 --- a/awx/ui/static/js/system-tracking/system-tracking.partial.html +++ b/awx/ui/static/js/system-tracking/system-tracking.partial.html @@ -61,7 +61,12 @@

- There was insufficient scan data for either of the dates you selected. Please try selecting a different date or module. + + There was insufficient scan data for one or both of the dates you selected. Please try selecting a different date or module. + + + There was insufficient scan data for the date you selected. Please try selecting a different date or module. +

There were no facts collected on or before one of the dates you selected ({{error.dateValue|amDateFormat:'L'}}). Please select a different date and try again.