ux: remove duplicate placeholder attribute

This commit is contained in:
Emil Hessman 2018-10-20 15:08:38 +02:00
parent 3c6a6e69a6
commit 30baaa48fe

View File

@ -115,7 +115,7 @@
<div class="gf-form">
<span class="gf-form-label width-9">Values</span>
<input type="text" class="gf-form-input" placeholder="name" ng-model='current.query' placeholder="1m,10m,1h,6h,1d,7d" ng-model-onblur ng-change="runQuery()" required></input>
<input type="text" class="gf-form-input" ng-model='current.query' placeholder="1m,10m,1h,6h,1d,7d" ng-model-onblur ng-change="runQuery()" required></input>
</div>
<div class="gf-form-inline">