mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added pointer to show more, reset values on new query
This commit is contained in:
@@ -97,6 +97,7 @@ export class VariableEditorCtrl {
|
||||
};
|
||||
|
||||
$scope.runQuery = function() {
|
||||
$scope.optionsLimit = 20;
|
||||
return variableSrv.updateOptions($scope.current).catch(err => {
|
||||
if (err.data && err.data.message) {
|
||||
err.message = err.data.message;
|
||||
|
||||
Reference in New Issue
Block a user