mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Added All Value support for custom type templating
This commit is contained in:
@@ -115,6 +115,11 @@ function (angular, _, kbn) {
|
||||
if (variable.type === 'interval') {
|
||||
self.updateAutoInterval(variable);
|
||||
}
|
||||
|
||||
if (variable.type === 'custom' && variable.includeAll) {
|
||||
self.addAllOption(variable);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
this.updateOptions = function(variable) {
|
||||
|
||||
Reference in New Issue
Block a user