From c5eb3f1f7cedbb828092547c748a66f9de093baa Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 23 Feb 2016 13:50:22 -0500 Subject: [PATCH] update auto-organize --- dashboard-ui/scripts/autoorganizesmart.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/scripts/autoorganizesmart.js b/dashboard-ui/scripts/autoorganizesmart.js index 18aa8bcd66..9740873c04 100644 --- a/dashboard-ui/scripts/autoorganizesmart.js +++ b/dashboard-ui/scripts/autoorganizesmart.js @@ -58,6 +58,14 @@ var info = infos[i]; + html += ''; + + html += ''; + + html += (info.DisplayName || info.ItemName); + + html += ''; + var matchStringIndex = 0; html += info.MatchStrings.map(function (m) { @@ -65,11 +73,7 @@ var matchStringHtml = ''; matchStringHtml += ''; - matchStringHtml += ''; - - matchStringHtml += ''; - - matchStringHtml += "
" + (info.DisplayName || info.ItemName) + "
"; + matchStringHtml += ''; matchStringHtml += "
" + m + "
";