mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #552 from wiibaa/patch-1
fix for showDropDown method
This commit is contained in:
commit
fe7f881622
@ -29,7 +29,7 @@ function (angular, _) {
|
|||||||
return (_l.load_elasticsearch || _l.load_gist || _l.load_local);
|
return (_l.load_elasticsearch || _l.load_gist || _l.load_local);
|
||||||
}
|
}
|
||||||
if(type === 'save') {
|
if(type === 'save') {
|
||||||
return (_l.save_elasticsearch || _l.save_gist || _l.local_local || _l.save_default);
|
return (_l.save_elasticsearch || _l.save_gist || _l.save_local || _l.save_default);
|
||||||
}
|
}
|
||||||
if(type === 'share') {
|
if(type === 'share') {
|
||||||
return (_l.save_temp);
|
return (_l.save_temp);
|
||||||
|
Loading…
Reference in New Issue
Block a user