diff --git a/muranodashboard/static/muranodashboard/js/add-select.js b/muranodashboard/static/muranodashboard/js/add-select.js index 6737a9ed6..fe7588559 100644 --- a/muranodashboard/static/muranodashboard/js/add-select.js +++ b/muranodashboard/static/muranodashboard/js/add-select.js @@ -24,16 +24,16 @@ $(function() { if ( urls[0].length ) { // if instead of single url there is an Application name + url // then it was created by custom FQN reference and not by vanilla horizon - $('div.input a[class*=btn]').filter(function() { + $('div.dynamic-select a[class*=btn]').filter(function() { return !$(this).hasClass(CUSTOM_CTRL_CLS); }).remove(); if ( urls.length == 1 ) { $button = $("+"); } else { - $button = $("
" +