mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed placeholder text in templating editor
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
Name
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" class="input-large tight-form-input" placeholder="apps.servers.*" ng-model='current.name'></input>
|
||||
<input type="text" class="input-large tight-form-input" placeholder="name" ng-model='current.name'></input>
|
||||
</li>
|
||||
<li class="tight-form-item">
|
||||
Type
|
||||
@@ -139,7 +139,7 @@
|
||||
Query
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" style="width: 588px" class="input-xxlarge tight-form-input last" placeholder="name" ng-model='current.query' placeholder="apps.servers.*" ng-model-onblur ng-change="runQuery()"></input>
|
||||
<input type="text" style="width: 588px" class="input-xxlarge tight-form-input last" ng-model='current.query' placeholder="metric name or tags query" ng-model-onblur ng-change="runQuery()"></input>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Reference in New Issue
Block a user