<selectclass="gf-form-input"ng-model="current.datasource"ng-options="f.value as f.name for f in datasources"></select>
<selectclass="gf-form-input"ng-model="current.datasource"ng-options="f.value as f.name for f in datasources"required></select>
</div>
</div>
<divclass="gf-form max-width-21">
...
...
@@ -174,7 +173,7 @@
</div>
<divclass="gf-form">
<spanclass="gf-form-label width-7">Query</span>
<inputtype="text"class="gf-form-input"ng-model='current.query'placeholder="metric name or tags query"ng-model-onblurng-change="runQuery()"></input>
<inputtype="text"class="gf-form-input"ng-model='current.query'placeholder="metric name or tags query"ng-model-onblurng-change="runQuery()"required></input>