mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): spelling fix in templating editor
This commit is contained in:
parent
5372bcc7a2
commit
6b467d5b3e
@ -23,7 +23,7 @@ function (angular, _) {
|
|||||||
$scope.variableTypes = [
|
$scope.variableTypes = [
|
||||||
{value: "query", text: "Query"},
|
{value: "query", text: "Query"},
|
||||||
{value: "interval", text: "Interval"},
|
{value: "interval", text: "Interval"},
|
||||||
{value: "datasource", text: "Datasource"},
|
{value: "datasource", text: "Data source"},
|
||||||
{value: "custom", text: "Custom"},
|
{value: "custom", text: "Custom"},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-show="current.type === 'datasource'" class="gf-form-group">
|
<div ng-show="current.type === 'datasource'" class="gf-form-group">
|
||||||
<h5 class="section-heading">Datasource Options</h5>
|
<h5 class="section-heading">Data source options</h5>
|
||||||
|
|
||||||
<div class="gf-form">
|
<div class="gf-form">
|
||||||
<label class="gf-form-label width-12">Type</label>
|
<label class="gf-form-label width-12">Type</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user