From 55d863aedcb36617e34e4ed7ededb215cb544353 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 19 May 2015 11:43:55 -0400 Subject: Update link for showing unused / duplicate groups in editdeviceparams view --- provisioning-editdeviceparams-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning-editdeviceparams-html.lsp b/provisioning-editdeviceparams-html.lsp index 0a48834..7a66a7b 100644 --- a/provisioning-editdeviceparams-html.lsp +++ b/provisioning-editdeviceparams-html.lsp @@ -76,9 +76,9 @@ end if ((currentsection == previoussection) && (currentnumber != previousnumber) && (0 == $(this).find(".defaultoverride").length) && (0 == $(this).find(".groupdefaultoverride").length)) { $(this).toggle(); - $('Show').insertAfter($(this)).click(showsection); + $(' Add '+$(this).children().first().text()+'').insertAfter($(this)).click(showsection); if ($(this).prev("a").length == 1) { - // If the previous sibling is also a Show link, hide this one + // If the previous sibling is also an Add link, hide this one $(this).next().toggle(); } } -- cgit v1.2.3