<inputtype="text"class="gf-form-input width-20"ng-model="ctrl.searchQuery"ng-change="ctrl.onQueryUpdated()"give-focus="true"placeholder="Filter by name or type"/>
<selectclass="gf-form-input max-width-8"ng-model="ctrl.panel.nullPointMode"ng-options="f for f in ['connected', 'null', 'null as zero']"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input max-width-9"ng-model="ctrl.panel.nullPointMode"ng-options="f for f in ['connected', 'null', 'null as zero']"ng-change="ctrl.render()"></select>