mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SharePanel: fix for interval variables and auto value, Fixes #1056
This commit is contained in:
parent
b172e7afdc
commit
104493e725
@ -30,6 +30,7 @@ function (angular, _, kbn) {
|
||||
var option = _.findWhere(variable.options, { text: urlValue });
|
||||
option = option || { text: urlValue, value: urlValue };
|
||||
this.setVariableValue(variable, option, true);
|
||||
this.updateAutoInterval(variable);
|
||||
}
|
||||
else if (variable.refresh) {
|
||||
this.updateOptions(variable);
|
||||
|
Loading…
Reference in New Issue
Block a user