diff --git a/src/app/directives/templateParamSelector.js b/src/app/directives/templateParamSelector.js index 8a21f75ef54..3bd2190fe44 100644 --- a/src/app/directives/templateParamSelector.js +++ b/src/app/directives/templateParamSelector.js @@ -145,6 +145,7 @@ function (angular, app, _, $) { if (selected.length > 1) { if (selected[0].text === 'All') { selected = selected.slice(1, selected.length); + debugger; } } diff --git a/src/app/features/dashboard/partials/variableValueSelect.html b/src/app/features/dashboard/partials/variableValueSelect.html index cc9d3b08f1b..490a84b257a 100644 --- a/src/app/features/dashboard/partials/variableValueSelect.html +++ b/src/app/features/dashboard/partials/variableValueSelect.html @@ -13,10 +13,9 @@
- - - + ng-class="{'selected': selected}" ng-href="{{row.url}}"> + +