|
@@ -225,11 +225,11 @@ function (angular, app, _) {
|
|
|
|
|
|
|
|
angular
|
|
angular
|
|
|
.module('grafana.directives')
|
|
.module('grafana.directives')
|
|
|
- .directive('variableValueSelect', function($compile, $window, $timeout) {
|
|
|
|
|
|
|
+ .directive('selectDropdown', function($compile, $window, $timeout) {
|
|
|
|
|
|
|
|
return {
|
|
return {
|
|
|
scope: { variable: "=", onUpdated: "&", getValuesForTag: "&" },
|
|
scope: { variable: "=", onUpdated: "&", getValuesForTag: "&" },
|
|
|
- templateUrl: 'app/features/dashboard/partials/variableValueSelect.html',
|
|
|
|
|
|
|
+ templateUrl: 'app/partials/selectDropdown.html',
|
|
|
controller: 'SelectDropdownCtrl',
|
|
controller: 'SelectDropdownCtrl',
|
|
|
controllerAs: 'vm',
|
|
controllerAs: 'vm',
|
|
|
bindToController: true,
|
|
bindToController: true,
|